We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /documents/compress returns an S3 Signed URL, but that is not available via GET in the browser due to 'AllowedMethods' on CORS.
Ideally, the CloudFormation template should be updated to enable GET as an additional allowed method for the staging bucket.
The text was updated successfully, but these errors were encountered:
#187 - Staging Bucket should include 'GET' on AllowedMethods for CORS…
9be83df
… to enable browser access to document archives
2d7620c
4089b0d
mfriesen
No branches or pull requests
GET /documents/compress returns an S3 Signed URL, but that is not available via GET in the browser due to 'AllowedMethods' on CORS.
Ideally, the CloudFormation template should be updated to enable GET as an additional allowed method for the staging bucket.
The text was updated successfully, but these errors were encountered: