Skip to content

Commit 517039f

Browse files
authored
docs: specify Sig v4 (supabase#33755)
for an example of the confusion this edit solves, see: supabase/storage#634 (comment)
1 parent f49dbe3 commit 517039f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/docs/content/guides/storage/s3/compatibility.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Supabase Storage is compatible with the S3 protocol. You can use any S3 client t
1010

1111
Storage supports [standard](/docs/guides/storage/uploads/standard-uploads), [resumable](/docs/guides/storage/uploads/resumable-uploads) and [S3 uploads](/docs/guides/storage/uploads/s3-uploads) and all these protocols are interoperable. You can upload a file with the S3 protocol and list it with the REST API or upload with Resumable uploads and list with S3.
1212

13+
Storage supports presigning a URL using query parameters. Specifically, Supabase Storage expects requests to be made using [AWS Signature Version 4](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html). To enable this feature, enable the S3 connection via S3 protocol in the Settings page for Supabase Storage.
14+
1315
<Admonition type="note">
1416

1517
The S3 protocol is currently in Public Alpha. If you encounter any issues or have feature requests, [contact us](/dashboard/support/new).

0 commit comments

Comments
 (0)