Skip to content

Releases: gomoob/java-aws-s3

1.4.0

22 Mar 07:17
Compare
Choose a tag to compare
  • Add setCacheControl(...) / getCacheControl() and setContentType(...) / getContentType() methods in the
    S3UploadConfig class.

1.3.0

21 Mar 18:01
Compare
Choose a tag to compare
  • Allow the IDocumentStore to accept an IUploadConfig file to pass additional configuration properties
    while uploading a file.

1.2.0

06 Oct 06:52
Compare
Choose a tag to compare
  • Add a new S3DocumentStore.getUrl(final String keyName) function to create absolute Amazon S3 urls ;
  • Add an implementation for S3Mock.deleteObject(final DeleteObjectRequest deleteObjectRequest).

1.1.0

29 Sep 17:36
Compare
Choose a tag to compare
  • Now the IDocumentStore.createFromUploadedFile(...) methods return an IDocumentStoreFile which describes the
    file uploaded on the document store.

1.0.2

15 Sep 06:58
Compare
Choose a tag to compare
  • Revert changes of version 1.0.1 because the stream closing bug was not due to the AWS SDK library and bad stream closing in the S3Mock class.

1.0.1

14 Sep 18:23
Compare
Choose a tag to compare
  • Fix stream not closed after calling S3DocumentStore.createFromUploadedFile(...).

1.0.0

14 Sep 18:17
Compare
Choose a tag to compare

Initial release.