You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
Supabase Studio primarily lists the current objects within your buckets. You can use standard S3 tooling such as the AWS CLI to review your Supabase project's Storage usage, or perform operations on the bucket contents.
How to get detailed storage metrics
This guide makes use of the official AWS CLI. You need to install it locally on your computer in order to follow the next steps.
Retrieve Credentials: Generate an Access Key pair (Access key ID and Secret access key) and locate the Storage endpoint in your project's Storage Configuration. Note that the Secret Access Key is only shown when creating a new Access Key.
Identify the Endpoint and Region: Find your project's Storage Endpoint and Region under the Connection section in Storage Configuration
Configure AWS CLI: You can configure access credentials with environment variables on your local terminal:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
Supabase Studio primarily lists the current objects within your buckets. You can use standard S3 tooling such as the AWS CLI to review your Supabase project's Storage usage, or perform operations on the bucket contents.
How to get detailed storage metrics
This guide makes use of the official AWS CLI. You need to install it locally on your computer in order to follow the next steps.
In the above commands make sure to replace
<example-bucket>and<storage-endpoint-url>with the actual details of your bucket.Beta Was this translation helpful? Give feedback.
All reactions