Skip to content

ivy-s3-resolver v0.12.0

Compare
Choose a tag to compare
@laughedelic laughedelic released this 25 Sep 11:40
· 11 commits to master since this release
  • #19: Normalize object key when getting resources (by Michael Ahlers @michaelahlers)
    • This is an important fix that eliminates redundant delimiters in the S3 object paths. See ohnosequences/sbt-s3-resolver#52 and sbt/sbt#3573 for the context.
    • This pull-request also adds a whole new testing infrastructure (non-existent before) and tests for the key methods of the resolver.
  • Updated aws-java-sdk-s3 from v1.11.197 to v1.11.202