Beispiel für eine AWS4 kanonische Anfrage & String-to-Sign
English
Deutsch
Diese kanonische Anfrage wurde über boto3-Quellcode-Modifikation extrahiert.
aws4_canonical_request.txt
HEAD
/my-bucket/folder/example-object.txt
host:minio.mydomain.com
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20230608T220550Z
host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855Der entsprechende String-to-Sign ist
aws4_string_to_sign.txt
AWS4-HMAC-SHA256
20230608T220550Z
20230608/us-east-1/s3/aws4_request
e2d4be537009ba634ecc7a2717df2d74e612c63d31cf4bd8cb94eaf43be3665bBeachten Sie, dass die Prüfsumme des String-to-Sign nicht übereinstimmt, da einige Details der kanonischen Anfrage modifiziert wurden.
Check out similar posts by category:
S3
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow