Redirecting within S3 #1988
Unanswered
billygcode
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @billygcode , Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have an application with multiple custom S3 compatible endpoints (server1, server2, server3), and I create a s3 client with one of the endpoints (server1).
If the client(server1) makes a call, let's say PutObject(), and the endpoint server(server1) determines that the request should be in a different endpoint location(server3) and returns a 301/302/307/308 with a Redirect Location(server3) in the header.
Does the SDK automatically redirect the 30X to that endpoint(server3) or would I have to implement my own redirecting?
Beta Was this translation helpful? Give feedback.
All reactions