Skip to content

Commit

Permalink
Active Storage guide: update the S3 CORS link
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiculescu authored Jul 22, 2024
1 parent e0a9ef1 commit 579dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_storage_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ directly from the client to the cloud.

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:

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

Expand Down

0 comments on commit 579dbff

Please sign in to comment.