clj-aws-s3 icon indicating copy to clipboard operation
clj-aws-s3 copied to clipboard

Updating aws sdk

Open cnuernber opened this issue 10 years ago • 1 comments

We are having some issues with 0 byte files so part of a debug step we are doing is updating the base aws sdk to latest. There appear to have been a number of fairly serious bugs fixed since 1.7.5 (e.g. Fix unintended AbortedException when TransferManager is garbage collected.).

Tested put-object, get-object, and delete-object calls.

cnuernber avatar Oct 05 '15 20:10 cnuernber

In addition, We now need to use IAM roles on s3. This updates s3.clj to use them if no credentials are passed in.

cnuernber avatar Apr 20 '16 17:04 cnuernber