Releases: tomcz/s3dropbox
Releases · tomcz/s3dropbox
v2.0.4
Commits
- [d03d7a0]: Update README.md (Tom Czarniecki)
- [c7542b1]: fix sorting issues and invalid leaf nodes in non-AWS bucket paths (Tom Czarniecki)
- [fc8601e]: update aws sdk and test libraries (Tom Czarniecki)
v2.0.3
Commits
- [108b26e]: Allow setting upload prefix (Tom Czarniecki)
- [765017d]: Allow bucket creation for non-AWS endpoints (Tom Czarniecki)
- [a39350e]: Allow setting upload prefix (Tom Czarniecki)
- [9b64587]: Can't use the S3 API in java to create non-AWS buckets. (Tom Czarniecki)
v2.0.2
Added support for non-AWS S3 APIs, for example DigitalOcean's Spaces. The only thing you cannot do is create a new bucket, since that is still tied to AWS region names.
Commits
- [6bc14e5]: allow custom endpoints (Tom Czarniecki)
- [01b61dc]: endpoint config or region, not both (Tom Czarniecki)
- [11dc399]: build is easier to remember than build-jar (Tom Czarniecki)