BucketMate
Features

Connect S3-compatible storage

Add AWS S3, Cloudflare R2, MinIO, and other S3-compatible providers to BucketMate Web

BucketMate Web connects to S3-compatible storage with endpoint, region, access key ID, secret access key, and optional explicit bucket names.

Browser extension

Install and connect the companion browser extension before testing a connection. Browsers block many direct S3 requests with CORS, and the extension forwards signed requests so BucketMate Web can manage storage from the browser.

Check extension status in the onboarding guide or Settings > Advance.

Supported providers

  • AWS S3
  • Google Cloud Storage
  • Cloudflare R2
  • Backblaze B2
  • DigitalOcean Spaces
  • Wasabi
  • MinIO
  • Supabase Storage
  • Custom S3-compatible endpoints

Connection fields

FieldHow to use it
Connection NameOptional label shown in the sidebar. Use names like Production R2 or Backups MinIO.
ProviderSelect the closest provider. Use Custom S3-compatible for custom endpoints.
Endpoint URLRequired for S3-compatible providers. AWS S3 can usually leave this empty.
Access Key IDProvider access key, HMAC key, application key ID, or token access key.
Secret Access KeyMatching secret for the access key.
RegionProvider region. Cloudflare R2 uses auto. MinIO defaults to us-east-1.
Explicit BucketsOptional bucket names when credentials cannot list all buckets.
Store as encrypted valuesOptional passkey protection for saved credentials.

General connection steps

  1. Open BucketMate Web.
  2. Make sure the extension bridge is connected.
  3. Choose Add Connection.
  4. Select the provider.
  5. Enter endpoint, region, access key ID, and secret access key.
  6. Add explicit bucket names if bucket listing is not allowed.
  7. Choose whether to store credentials as encrypted values.
  8. Use Test Connection.
  9. Save the connection.
  10. Select a bucket from the sidebar and start managing files.

Explicit bucket names

Some credentials can access objects inside a bucket but cannot list all buckets in the account. BucketMate Web supports this setup.

  1. Enter one bucket name per line in Explicit Buckets.
  2. Test the connection.
  3. Save the connection.

BucketMate Web will show only the buckets you entered.

Passkey encryption

Turn on Store as encrypted values when saving a connection if you want browser-stored credentials protected by a passkey. Encrypted connections must be unlocked before use, and you can lock them again from Settings > General.

Endpoint examples

ProviderEndpoint
AWS S3Leave empty, or use https://s3.<region>.amazonaws.com
Google Cloud Storagehttps://storage.googleapis.com
Cloudflare R2https://<account-id>.r2.cloudflarestorage.com
Backblaze B2https://s3.<region>.backblazeb2.com
DigitalOcean Spaceshttps://<region>.digitaloceanspaces.com
Wasabihttps://s3.<region>.wasabisys.com
Supabase Storagehttps://<project-ref>.storage.supabase.co/storage/v1/s3
MinIOhttps://<your-minio-endpoint>

Troubleshooting

Extension is disconnected

Install the companion browser extension, refresh BucketMate Web, and check Settings > Advance.

Test Connection fails

Check that the endpoint includes https://, the region matches the bucket, the extension is connected, and the access key has permission for the bucket you are testing.

MinIO HTTP endpoint does not connect

BucketMate Web supports HTTPS MinIO endpoints only. Configure TLS for MinIO and connect with https://.

Buckets do not appear

If credentials cannot call ListBuckets, enter bucket names in Explicit Buckets.

Cloudflare R2 region fails

Use auto for Cloudflare R2.

Large bucket search is incomplete

Large buckets may need indexing before full search is available. Use the load-all or indexing action when BucketMate Web shows that search requires all items.