-
Notifications
You must be signed in to change notification settings - Fork 22
Unable to download S3 files #15
Comments
Exactly. I can't run an upload task either. It seems that AWS has changed there API, but this library had not kept up with it. |
Sorry for the slow response on this one. Do you guys happen to have any HTTP wire logs from this error? The S3 API has remained backwards compatible since it's original release in 2006, so older SDK versions should work just fine. I'll see if we can repro the issue over on our side and find some more clues. |
I encountered the same problem and found clues in this thread: aws/aws-sdk-java#484 To solve it, i replaced the content of the /org/joda/time folder inside aws-java-sdk-ant-tasks-1.2.3.jar with the content of the latest joda-time.jar (2.9.4) |
Outstanging! On Jul 15, 2016 12:48 PM, "Chen Levy" [email protected] wrote:
|
The fix mentioned in this ticket can be downloaded from: |
@terraframe thank you. Using that jar worked for me. |
Exception while trying to download object: AWS authentication requires a valid Date or x-amz-date header
The text was updated successfully, but these errors were encountered: