dvassallo / s3-benchmark

Measure Amazon S3's performance from any location.
MIT License
821 stars 133 forks source link

Add create-bucket flag #15

Closed jkroepke closed 5 years ago

jkroepke commented 5 years ago

On some non AWS environments.. bucket creation are pre provisioned and not supported to create new.

With this change, restricted account (Read/Write objects only) should also supported.

Set -create-bucket to true by default to avoid a breaking change.

dvassallo commented 5 years ago

Thank you. Merged.

jkroepke commented 5 years ago

@dvassallo can you rebuild the artefacts?