You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to sign the :put_object operation with Aws::S3::Presigner but the :content_type option is ignored. Content-Type is neither in the X-Amz-SignedHeaders parameter not anywhere else to be found.
I'm trying to sign the
:put_object
operation withAws::S3::Presigner
but the:content_type
option is ignored.Content-Type
is neither in theX-Amz-SignedHeaders
parameter not anywhere else to be found.generates:
https://bucket.s3.eu-central-1.amazonaws.com/test.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=XXXXXXXXXXXXXXXXXXXX%2F20150227%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20150227T010602Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&x-amz-acl=public-read&x-amz-meta-metadatakey=MetadataValue&X-Amz-Signature=e351ac84cfd552968229da20eacdc1d31f854398a9fa6da44f0f982b6e09d2f9
The text was updated successfully, but these errors were encountered: