S3Mock
S3Mock copied to clipboard
Allow storage of Bucket Metadata (LifeCycle, ACLs, ...)
Description
First step: Extract BucketStore from FileStore. Extract all methods handling CRUD for Buckets. Leave public methods in FileStore for now, unfortunately most of them are public API for anyone using the S3Mock directly in their code...
Related Issue
N/A
Tasks
- [x] I have signed the CLA.
- [x] I have written tests and verified that they fail without my change.