Cannot set the Tier in RestoreObject
#2016
Unanswered
wunderbarb
asked this question in
Q&A
Replies: 1 comment
-
Hi @wunderbarb I have to admit I spent a bit of time on this. S3's API is quite convoluted. My best guess of why you are seeing this validation errors, is that the S3 API evolves over time. Once glacier was introduced it was added on as an argument to that generic request, and that argument has its own tier. Are you not targeting any glacier specific storage tier? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The operation succeeds with the following code
But when defining the tier as follows, it fails with an error
api error MalformedXML: The XML you provided was not well-formed or did not validate against our published schema
What am I doing wrong? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions