File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -836,6 +836,19 @@ def generate_presigned_post(
836
836
):
837
837
"""Builds the url and the form fields used for a presigned s3 post
838
838
839
+ .. note::
840
+
841
+ Amazon S3 supports Signature Version 4, a protocol for authenticating
842
+ inbound API requests to AWS services, in all AWS Regions. At this time,
843
+ AWS Regions created before January 30, 2014, will continue to support
844
+ the previous protocol, Signature Version 2. Any new Regions after January 30,
845
+ 2014, will support only Signature Version 4 and therefore all requests to
846
+ those Regions must be made with Signature Version 4.
847
+
848
+ For more details, see:
849
+ `AWS Signature Version 4 <https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html>`_.
850
+
851
+
839
852
:type Bucket: string
840
853
:param Bucket: The name of the bucket to presign the post to. Note that
841
854
bucket related conditions should not be included in the
You can’t perform that action at this time.
0 commit comments