opal icon indicating copy to clipboard operation
opal copied to clipboard

Add missing `x-amz-content-sha256` header when generating headers for…

Open kbalthaser opened this issue 7 months ago • 3 comments

… 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)

  • [x] I sign off on contributing this submission to open-source
  • [x] My code follows the code style of this project.
  • [x] My change requires changes to the documentation.
  • [x] I have updated the documentation accordingly.
  • [x] All new and existing tests passed.
  • [x] This PR does not contain plagiarized content.
  • [x] The title of my pull request is a short description of the requested changes.

kbalthaser avatar Nov 22 '23 20:11 kbalthaser