S3Mock icon indicating copy to clipboard operation
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

Results 91 S3Mock issues
Sort by recently updated
recently updated
newest added

Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.12.298 to 1.12.308. Changelog Sourced from aws-java-sdk-s3's changelog. 1.12.308 2022-09-21 AWS S3 Control Features S3 on Outposts launches support for object versioning for Outposts buckets. With S3...

dependencies
java

Bumps `spring-boot.version` from 2.7.3 to 2.7.4. Updates `spring-boot-starter-parent` from 2.7.3 to 2.7.4 Release notes Sourced from spring-boot-starter-parent's releases. v2.7.4 :star: New Features Add NINETEEN to JavaVersion enum #32260 :lady_beetle: Bug...

dependencies
java

Bumps `aws-v2.version` from 2.17.269 to 2.17.280. Updates `aws-query-protocol` from 2.17.269 to 2.17.280 Updates `aws-xml-protocol` from 2.17.269 to 2.17.280 Updates `s3` from 2.17.269 to 2.17.280 Updates `url-connection-client` from 2.17.269 to 2.17.280...

dependencies
java

## 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.

bug
feature

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...

bug
feature

Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0. Release notes Sourced from maven-jar-plugin's releases. 3.3.0 🚀 New features and improvements [MJAR-278] - Update plugin (requires Maven 3.2.5+) (#19) @​cstamas [MJAR-280] - Java...

dependencies
java

In Amazon S3, LastModified is updated when source and destination are the same. You can confirm that the LastModified of list-obejects-v2 is updated by executing the following shell script: ```sh...

bug

Hi there, AFAICS the `noneMatch` (and `match`) check in `com.adobe.testing.s3mock.service.ObjectService#verifyObjectMatching` always fails if the supplied ETag is enclosed in quotes (which is a requirement if I understand https://github.com/adobe/S3Mock/issues/801 correctly), i.e.,...

bug

## 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...

feature

S3Mock is not functioning as expected with S3TransferManager. 1. File content on the S3 mock Docker container contains data and metadata, leading to incorrect downloads. 2. S3Mock always returns incorrect...