S3Mock
S3Mock copied to clipboard
A simple mock implementation of the AWS S3 API startable as Docker image, TestContainer, JUnit 4 rule, JUnit Jupiter extension or TestNG listener
Hello! I had to look into the code to understand what's the filesystem structure for adding object mocks. It'd be nice to have it documented. Cheers, Giacomo
When I try to fetch the ACL list for a newly created object, the call fails with the following stack trace. See below for a code example to reproduce. ```...
Took me a little bit to figure out how to create a docker container with custom TLS certificate. Seeing as there does not seem to be any documentation on this...
Currently, test-common pulls both SDK v1 and SDK v2, which causes excessive classes in autocomplete. It would be nice to avoid pulling v1 SDK when only v2 is needed even...
Use case: I want to run a parameterized test via JUnit5, so a single method runs multiple times. Unfortunately, s3mock state is not reset across executions, so subsequent tests observe...
First of all - great code - helps a lot with debugging S3 code locally. While trying to use [S3Browser](https://s3browser.com/) with the mock as a server I encountered a problem...
AWS has announced to deprecate pathStyleAccess in the foreseeable future. The S3 mock server could support that when running in Docker, with properly configured Docker network and alias settings, and...
The S3 API allows for special characters in the object keys. We don't yet support all special chars and the character `/` is interpreted as a directory delimiter (S3 doesn't...
## 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...