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
When using the PUT object functionality and providing a key containing a folder path or filename with spaces in it we are getting AWS Signature errors. Tried URL Encoding but it didn't seem to make a difference.
Is this a security bug?
No, this is not a security bug
What is the severity of this bug?
Severity 1 - Connector is broken or there's a very serious issue
To Reproduce
Use the Put Object specifying a file or folder (key) containing a space. The error reported is consistently: SignatureDoesNotMatchThe request signature we calculated does not match the signature you provided. Check your key and signing method.
Expected behavior
Expected behavior is that the key can contain spaces and handle the PUT creating a folder and/or file with spaces gracefully.
Environment summary
Tested using Logic Apps.
Additional context
Thanks for this connector it generally works great!
The text was updated successfully, but these errors were encountered:
Type of Connector
Independent Publisher Connector
Name of Connector
AmazonS3Bucket
Describe the bug
When using the PUT object functionality and providing a key containing a folder path or filename with spaces in it we are getting AWS Signature errors. Tried URL Encoding but it didn't seem to make a difference.
Is this a security bug?
No, this is not a security bug
What is the severity of this bug?
Severity 1 - Connector is broken or there's a very serious issue
To Reproduce
Use the Put Object specifying a file or folder (key) containing a space. The error reported is consistently:
SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.Expected behavior
Expected behavior is that the key can contain spaces and handle the PUT creating a folder and/or file with spaces gracefully.
Environment summary
Tested using Logic Apps.
Additional context
Thanks for this connector it generally works great!
The text was updated successfully, but these errors were encountered: