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
S3's API supports signing the content-length and content-length-range headers https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html
This prevents an end-user from uploading some theoretical infinite amount of bytes using a presigned write.
I'm not sure what other services might support this.
The text was updated successfully, but these errors were encountered:
Hi, @xangelix. Presign write is not implemented via POST, so I'm afraid we can't add such a restriction.
Sorry, something went wrong.
No branches or pull requests
Feature Description
S3's API supports signing the content-length and content-length-range headers https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html
Problem and Solution
This prevents an end-user from uploading some theoretical infinite amount of bytes using a presigned write.
Additional Context
I'm not sure what other services might support this.
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: