Deprecation of S3 path-style #3611
-
|
Recently we migrated from awsSdk version Also we found new function Now question is, do we consider Breaking with Working with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The |
Beta Was this translation helpful? Give feedback.
The
forcePathStylewill always be an option in the S3 client. We may deprecate it in the future, but it will never be removed.What may happen is the S3 service can stop accepting endpoints in path style (like is explained in the blog post), so you'll start seeing service-side exceptions.