docs: S3 providers - add example for DigitalOcean Spaces endpoint (#10145)
The [S3 providers docs](https://docs.medusajs.com/resources/architectural-modules/file/s3#:R1d5rtttqj5db:) instructs DigitalOcean users to set the endpoint address to the "Spaces Origin Endpoint": ``` For DigitalOcean Spaces, it's the Spaces Origin Endpoint. ``` On DigitalOcean's user interface they include the bucket name in their origin endpoint:  Using this url for the endpoint will cause an error. The example URL `https://{region}.digitaloceanspaces.com` should tip users off to remove the bucketname. Cheers!
This commit is contained in:
@@ -260,7 +260,7 @@ module.exports = {
|
||||
|
||||
- For AWS S3, the endpoint is of the format `https://s3.{region}.amazonaws.com`
|
||||
- For MinIO, it's the URL to the MinIO server.
|
||||
- For DigitalOcean Spaces, it's the Spaces Origin Endpoint.
|
||||
- For DigitalOcean Spaces, it's the Spaces Origin Endpoint of the format `https://{region}.digitaloceanspaces.com`.
|
||||
- For Supabase, it's the Endpoint URL in the [Storage Settings](https://supabase.com/docs/guides/storage/s3/authentication?queryGroups=language&language=javascript#s3-access-keys).
|
||||
|
||||
</Table.Cell>
|
||||
|
||||
Reference in New Issue
Block a user