Arne Franken
Arne Franken
## 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...
We're currently enforcing every file to contain a copyright header, which is mandatory for Adobe OpenSource projects. Using the https://github.com/mycila/license-maven-plugin/, we're enforcing every header to contain a date in the...
### Description We were using the docker-maven-plugin for years to build and release our Docker container for one architecture only. Now I changed the configuration to build multiple architectures, which...
## Description Added V2 test, validated against S3. ## Related Issue Fixes #811 ## Tasks - [ ] I have signed the [CLA](http://adobe.github.io/cla.html). - [ ] I have written tests...
## Description ## Related Issue ## Tasks - [x] I have signed the [CLA](http://adobe.github.io/cla.html). - [x] I have written tests and verified that they fail without my change.
Split from #786 Requested by @masterkain Until 2.5.0, it was possible to run S3Mock with `retainFilesOnExit=true`, stop S3Mock and then start it again to serve those objects (as long as...
## Description S3Mock currently does not enforce the lifecycle configuration. ## Related Issue Fixes #291 ## Tasks - [x] I have signed the [CLA](http://adobe.github.io/cla.html). - [x] I have written tests...
While implementing support for checksums for objects (see #1123 ), I could not implement checksum support for parts as well without major refactorings. S3Mock currently does not store metadata for...
## Description BucketNameFilter will extract the bucket name from subdomain or path and add it as a request attribute for consumption in handler methods. ---- WIP - not sure yet...
While looking at ETag handling, `if-(un)modified-since` headers are completely ignored. These headers are specified for GetObject, HeadObject, CopyObject, UploadPartCopy APIs. S3 now also supports conditional writes and conditional reads: https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html...