Skip to content
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

Switch s3 to use only AWS Signature Version 4 #2

Merged
merged 1 commit into from
Jul 30, 2015

Conversation

stevenh
Copy link

@stevenh stevenh commented Jul 29, 2015

While s3 states it supports AWS Signature Version 2 this is not the case as it requires custom changes such as Expires parameter, so the previous change which uses the common AWS Signature Version 2 caused failures.

Follow the official AWS SDK in using only Signature Version 4, which is now supported everywhere, to avoid using the old custom s3 Signature Version 2 implementation.

Also expose the option to enable debugging by switching const debug to var Debug.

While s3 states it supports AWS Signature Version 2 this is not the case as it requires custom changes such as Expires parameter, so the previous change which uses the common AWS Signature Version 2 caused failures.

Follow the official AWS SDK in using only Signature Version 4, which is now supported everywhere, to avoid using the old custom s3 Signature Version 2 implementation.

Also expose the option to enable debugging by switching const debug to var Debug.
@darkliquid
Copy link

👍

stevenh added a commit that referenced this pull request Jul 30, 2015
Switch s3 to use only AWS Signature Version 4
@stevenh stevenh merged commit da44938 into Unity-Technologies:master Jul 30, 2015
@stevenh stevenh deleted the s3-aws4 branch July 30, 2015 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants