Skip to content

Commit 579dbff

Browse files
authored
Active Storage guide: update the S3 CORS link
1 parent e0a9ef1 commit 579dbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_storage_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ directly from the client to the cloud.
10681068

10691069
To make direct uploads to a third-party service work, you’ll need to configure the service to allow cross-origin requests from your app. Consult the CORS documentation for your service:
10701070

1071-
* [S3](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html#how-do-i-enable-cors)
1071+
* [S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/enabling-cors-examples.html)
10721072
* [Google Cloud Storage](https://cloud.google.com/storage/docs/configuring-cors)
10731073
* [Azure Storage](https://docs.microsoft.com/en-us/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services)
10741074

0 commit comments

Comments
 (0)