Skip to content

Commit

Permalink
chore(middleware-sdk-s3): doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv committed Oct 3, 2023
1 parent 9eaefc2 commit a36ca30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/middleware-sdk-s3/src/s3Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ export interface S3InputConfig {
*/
disableMultiregionAccessPoints?: boolean;
/**
* If you receive a permanent redirect with status 301,
* the client will retry your request with the corrected region.
* This feature was previously called the S3 Global Client.
* This can result in additional latency as failed requests are retried
* with a corrected region when receiving a permanent redirect error with status 301.
* This feature should only be used as a last resort if you do not know the region of your bucket(s) ahead of time.
*/
followRegionRedirects?: boolean;
}
Expand Down

0 comments on commit a36ca30

Please sign in to comment.