Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.6.0 source code.tar.gz | 2025-07-07 | 450.6 kB | |
4.6.0 source code.zip | 2025-07-07 | 741.1 kB | |
README.md | 2025-07-07 | 2.3 kB | |
Totals: 3 Items | 1.2 MB | 0 |
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- Fail PUT object with match on non-existent keys (fixes [#2502])
- Refactorings
- Remove unused imports
- Fix Kotlin 2.2 usage
- Ignore .vscode and .cursor configurations
- Minor refactorings for clarity.
- Use fixed list of StorageClass values in tests. New values added by AWS sometimes break tests. We want to make sure to test a few different storage classes, no need to test every one.
- Version updates (deliverable dependencies)
- Bump aws-v2.version from 2.31.67 to 2.31.77
- Bump testcontainers.version from 1.21.2 to 1.21.3
- Version updates (build dependencies)
- Bump aws.sdk.kotlin:s3-jvm from 1.4.109 to 1.4.119
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0
- Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1
- Bump github/codeql-action from 3.29.1 to 3.29.2
- Bump step-security/harden-runner from 2.12.1 to 2.12.2
What's Changed
- Bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot in https://github.com/adobe/S3Mock/pull/2492
- Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot in https://github.com/adobe/S3Mock/pull/2490
- Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1 by @dependabot in https://github.com/adobe/S3Mock/pull/2487
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot in https://github.com/adobe/S3Mock/pull/2498
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot in https://github.com/adobe/S3Mock/pull/2496
- Fail PUT object with match on non-existent keys & code optimizations by @afranken in https://github.com/adobe/S3Mock/pull/2503
- Bump aws.sdk.kotlin:s3-jvm from 1.4.109 to 1.4.119 by @dependabot in https://github.com/adobe/S3Mock/pull/2500
- Bump testcontainers.version from 1.21.2 to 1.21.3 by @dependabot in https://github.com/adobe/S3Mock/pull/2491
- Bump aws-v2.version from 2.31.67 to 2.31.77 by @dependabot in https://github.com/adobe/S3Mock/pull/2501
Full Changelog: https://github.com/adobe/S3Mock/compare/4.5.1...4.6.0