Skip to content

Commit d7e59db

Browse files
committed
rename bucket
1 parent edb1958 commit d7e59db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/browser-proxy/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWS_ACCESS_KEY_ID="<aws-access-key-id>"
22
AWS_ENDPOINT_URL_S3="<aws-endpoint-url-s3>"
3-
AWS_S3_BUCKET=postgres-new-storage
3+
AWS_S3_BUCKET=storage
44
AWS_SECRET_ACCESS_KEY="<aws-secret-access-key>"
55
AWS_REGION=us-east-1
66
# enable PROXY protocol support

supabase/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ file_size_limit = "50MiB"
7474
enabled = true
7575

7676
# Uncomment to configure local storage buckets
77-
[storage.buckets.postgres-new-storage]
77+
[storage.buckets.storage]
7878
public = false
7979
file_size_limit = "200MiB"
8080

supabase/functions/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ACME_DIRECTORY_URL=https://acme-staging-v02.api.letsencrypt.org/directory
22
ACME_EMAIL="<acme-email>"
33
AWS_ACCESS_KEY_ID="<aws-access-key-id>"
44
AWS_ENDPOINT_URL_S3=http://172.17.0.1:54321/storage/v1/s3
5-
AWS_S3_BUCKET=postgres-new-storage
5+
AWS_S3_BUCKET=storage
66
AWS_SECRET_ACCESS_KEY="<aws-secret-access-key>"
77
AWS_REGION=local
88
CLOUDFLARE_API_TOKEN="<cloudflare-api-token>"

0 commit comments

Comments
 (0)