findify / s3mock

Embedded S3 server for easy mocking
MIT License
386 stars 107 forks source link

Versioning #155

Open afrische opened 4 years ago

afrische commented 4 years ago

Would like to see versioning supported. Thank you.

afrische commented 4 years ago

see also https://github.com/adobe/S3Mock/issues/64

peter-ponzel commented 4 years ago

Hello,

support for versioning would be great.

Otherwise please throw some sort of exception when someone tries to make use of bucket versioning because right now client.putBucketVersioning(s3Bucket) returns 200 which is very confusing.

Thank you.