Skip to content

S3 Storage

FluxNow provisions S3-compatible object storage when your project is detected to need it, or when you enable it manually.

  • Garage — an S3-compatible object storage server
  • Automatic bucket creation per project and environment
  • Injected credentials — no manual setup required

FluxNow injects the following variables into your container at deploy time:

VariableDescription
S3_ENDPOINTThe S3-compatible API endpoint
S3_ACCESS_KEY_IDAccess key for authentication
S3_SECRET_ACCESS_KEYSecret key for authentication
S3_BUCKETThe bucket name for this environment

You can use any AWS S3 SDK by pointing it at S3_ENDPOINT. The API is S3-compatible.

Each preview environment gets its own bucket prefix, keeping uploaded objects isolated from staging and other previews.

If S3 was not auto-detected during import, you can enable it any time from the project dashboard under Settings → Services.