From ee776447bcaa6af88e26e35a3e31bd097f66f8bf Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 27 Nov 2023 16:57:58 +0100 Subject: [PATCH] Update packages/providers/upload-aws-s3/README.md Co-authored-by: Ben Irvin --- packages/providers/upload-aws-s3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/providers/upload-aws-s3/README.md b/packages/providers/upload-aws-s3/README.md index 9f32b038dc..5851e86206 100644 --- a/packages/providers/upload-aws-s3/README.md +++ b/packages/providers/upload-aws-s3/README.md @@ -209,7 +209,7 @@ In the recent update of the `@strapi/provider-upload-aws-s3` plugin, we have tra ### Understanding the New URL Format -AWS SDK V3 adopts the virtual-hosted–style 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-hosted–style 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?