-
-
Notifications
You must be signed in to change notification settings - Fork 8
Deprecated features
Ian Qvist edited this page Oct 20, 2019
·
5 revisions
Amazon S3 was created back in 2006 and was designed with the technologies from back then. Over time it has evolved to be more than just simple object storage. Because it is used by millions of customers, Amazon can't just immediately move to new technology when it comes out, they, therefore, create a long term depreciation plan and make announcements over several years.
On this page, I will list all the features that have been deprecated by Amazon in order to keep track of them and change the API implementation accordingly.
Deprecated feature | Replacement feature | Note | More info |
---|---|---|---|
Path style buckets | Virtual host buckets | Due to virtual hosts being part of the DNS name in the URL, buckets will have a lot of new limitations in their names. This library implements strict name validation but allows to have it turned off via S3Config.EnableBucketNameValidation | https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/ |
SigV2 is unsupported | SigV4 | Only SigV4 is implemented in this library | https://aws.amazon.com/blogs/aws/amazon-s3-update-sigv2-deprecation-period-extended-modified/ |