Update packages/providers/upload-aws-s3/README.md

Co-authored-by: Ben Irvin <ben@innerdvations.com>
This commit is contained in:
Christian 2023-11-27 16:57:58 +01:00 committed by GitHub
parent 33193ce8b2
commit ee776447bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ In the recent update of the `@strapi/provider-upload-aws-s3` plugin, we have tra
### Understanding the New URL Format ### Understanding the New URL Format
AWS SDK V3 adopts the virtual-hostedstyle URI format for S3 URLs. This format is recommended by AWS and is likely to become the standard in the near future, as the path-style URI is being deprecated. More details on this format can be found in the [AWS User Guide](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#virtual-hosted-style-access). AWS SDK V3 adopts the virtual-hostedstyle URI format for S3 URLs. This format is recommended by AWS and is likely to become required in the near future, as the path-style URI is being deprecated. More details on this format can be found in the [AWS User Guide](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#virtual-hosted-style-access).
### Why the Change? ### Why the Change?