Skip to content

Commit

Permalink
Merge pull request #568 from mkasturi18/mp_haproxy
Browse files Browse the repository at this point in the history
Add support to run multipart upload test via haproxy
  • Loading branch information
mergify[bot] authored Mar 12, 2024
2 parents 4bfbe73 + 3642870 commit f037b6f
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# upload type: non multipart
# script: test_Mbuckets_with_Nobjects.py
config:
haproxy: true
user_count: 1
bucket_count: 2
objects_count: 2
split_size: 100
objects_size_range:
min: 300M
max: 500M
local_file_delete: true
test_ops:
create_bucket: true
create_object: true
upload_type: multipart
download_object: true
delete_bucket_object: false
sharding:
enable: false
max_shards: 0
compression:
enable: false
type: zlib

0 comments on commit f037b6f

Please sign in to comment.