-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetObjectRequest - Error unmarshalling response back from AWS #18
Comments
Are you able to send code that we can reproduce at our side? Maybe a small console project that reads a public S3 bucket? |
here it is |
"Access key you provided is not in our database". |
I think I understand where the problem is: The datetime is checked in TAWSSDKUtils.TryRfc822ToDateTime() calling the function TryStrToDateTime(Copy(S, 5, 20), D, FRFC822FormatSettings); FRFC822FormatSettings is created in the TAWSSDKUtils.Create class constructor with: To validate the date in a different region we need to create FormatSettings with the parameter 'en-US': By doing so I can use the function without any problems. Thanks a lot! |
Hello,
using aw-sdk-delphi TGetObjectRequest I have the error "Error unmarshalling response back from AWS" with any bucket and any object. It's ok using standard delphi component TAmazonConnectionInfo (see attachment)
get.txt
Thanks for your great job!
The text was updated successfully, but these errors were encountered: