GetObject failed while using sse-customer-key #5324
Unanswered
praveenraj2018
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was trying to get-object using GO SDK, which was sse-customer-key encrypted at the other end through Java SDK. I have the encrypt key as well as the sse-customer-algorithm which is AES256.
Below are the two steps:
The return the following error:
operation error S3: GetObject, https response error StatusCode: 400, RequestID: 1725264284637798, HostID: 12925979, api error InvalidArgument: The secret key was invalid for the specified algorithm.
It does look like the key (format) is in the wrong format!
Can anyone please point out what is wrong here?
thanks
Praveen
Beta Was this translation helpful? Give feedback.
All reactions