clj-aws-s3
clj-aws-s3 copied to clipboard
Updating aws sdk
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.
In addition, We now need to use IAM roles on s3. This updates s3.clj to use them if no credentials are passed in.