-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add missing x-amz-content-sha256
header when generating headers for…
#519
Conversation
… s3 authorization. closes permitio#518
✅ Deploy Preview for opal-docs canceled.
|
…cking a bundle from an S3 bucket. Originally was hard-coded to `us-east-1`. For backwards compatibility, if the new option is not provided, we will default back to `us-east-1`.
thanks for this contribution! @roekatz will review when he next gets a chance. |
Is there anything I can do to help move this along? We are working on setting up our OPAL infrastructure, and this is currently an impediment unless we run local dev builds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, that looks great 👍
Fix my couple (somewhat cosmetic) comments - and we'll merge.
…redundant if statement. - Fix duplicated value in documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
@kbalthaser - Thanks for that PR, it's highly appreciated 🚀 🏆
@kbalthaser Just fix the pre-commit and I'll merge? |
@roekatz I think I got those fixed now. |
@danielbass37 / @gemanor - please offer @kbalthaser some swag - in appreciation of his contribution ! |
… s3 authorization.
Also adds the ability to configure the AWS region when pulling from S3. For back-compat, the code defaults to the original hardcoded
us-east-1
value.Closes #518
Fixes Issue
Fixes #518
Check List (Check all the applicable boxes)