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
Copy file name to clipboardExpand all lines: supplemental-docs/CLIENTS.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -606,7 +606,15 @@ See also https://aws.amazon.com/blogs/developer/middleware-stack-modular-aws-sdk
606
606
607
607
### S3
608
608
609
-
TODO e.g. `followRegionRedirects`
609
+
`followRegionRedirects`:
610
+
This feature was previously called the S3 Global Client. Setting this option to true enables failed requests to be retried with a corrected region when receiving a permanent redirect error with status 301. Note that this can result in additional latency owing to the retried request. This feature should only be used as a last resort if you do not know the region of your bucket(s) ahead of time.
0 commit comments