This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Releases: findify/s3mock
Releases · findify/s3mock
0.2.6
v0.2.5
- multipart copy support
- fix issue with % char on multipart alpakka uploads
- add JAXB module on java 9 docker container
- fix OverlappingFileLockException in GetObject (#83)
- docker: allow serving a volume-mounted directory
- fix s3mock not correctly shutting down during internal ActorSystem being active (#67)
- bump better-files dependency to 3.x (#17)
- migrate build to sbt 1.1, use akka-http 10.1.x
v0.2.4
- pom -> jar dependency type doc fix
- support alpakka multipart uploads
- support alpakka listObjects (#66)
- fix bug with etag on FileProvider being alsays "0" (#70)
- fix last-modified header always being equal to "1970-01-01 00:00:00"(65)
- wrong content-type for listObjects (#60)
- deleteObjects broken on aws s3 sdk 2.0 (#71)
- docker image for non-jvm tests
v0.2.3
- windows compatibility in FileProvider (#28)
- Max Keys not respected when calling list objects (V2) (#47)
- getETag from getObjectMetadata returns null (#48)
- update to akka 2.5.2, akka-http 10.0.7
- fix concurrent requests causing weird locking issues on FileProvider (#52)
- fix warnings in GetObject about incorrent headers (#54)
0.2.1
0.2.0
v0.1.6
v0.1.5
v0.1.4
v0.1.3
- HEAD requests for object metadata support are now supported (awscli uses them heavily)
- ETag response header is calculated for all stored objects (although it does not follow ETag format for multipart objects)
- migrate to scalatest3 & aws-java-sdk 1.11.29
- remove joda-time dependency
- create work directory if it does not exist