Skip to content

Storage: S3-Compatible

Supported S3 providers

Common compatible providers include AWS S3 and other S3-compatible object storage services.

Required settings

  • bucket name,
  • region,
  • access key ID,
  • secret access key,
  • optional endpoint override for non-AWS providers.

Example configuration

Use environment variables and secret stores for credentials. Keep keys scoped to required bucket operations only.

Common pitfalls

  • wrong region or endpoint causing auth/signature errors,
  • insufficient IAM rights to read/write/delete objects,
  • bucket policy blocking server-side operations.