Bad signature error listing buckets #14559
Replies: 10 comments
-
Can you provide information about the S3 server implementation and a HTTP transcript 1. Footnotes |
Beta Was this translation helpful? Give feedback.
-
I do not have the information for the s3 server implementation. Attached is the log file containing the exception and relevant details. Sensitive information has been redacted. |
Beta Was this translation helpful? Give feedback.
-
The log confirms that the If the region in the AWS4 request signature is the problem, this could probably be resolved by creating a custom connection profile with a preconfigured default region like <key>Region</key>
<string>us-phoenix-1</string> See 1 for examples. Footnotes |
Beta Was this translation helpful? Give feedback.
-
The response shows |
Beta Was this translation helpful? Give feedback.
-
I don't believe there is any region associated with our implementation. Attaching the logs from v8.4.2 which doesn't throw the exception. |
Beta Was this translation helpful? Give feedback.
-
We obfuscate the Footnotes |
Beta Was this translation helpful? Give feedback.
-
After looking at the Authorization in proxy - the pattern is same between both the versions-
|
Beta Was this translation helpful? Give feedback.
-
Also, in the new version, when path is provided while opening the connection |
Beta Was this translation helpful? Give feedback.
-
@dkocher Any luck with this one? |
Beta Was this translation helpful? Give feedback.
-
We are currently reviewing request signature calculation in #14882. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@dkocher @ylangisc

I am using Cyberduck to connect to on premise object storage system. With the release of v8.4.3, I am unable to list the buckets (root directory) on all the file systems, that are working with v8.4.2. After going through the change log, the issue seems to be with PR #13664. This PR makes bucket name to be a mandatory field and disallows the listing of all buckets. Can this issue be addressed?
PS: Due to this change, creation of bucket is impossible using the Cyberduck client.
Beta Was this translation helpful? Give feedback.
All reactions