Skip to content

Commit a9bb535

Browse files
authored
chore: clarify s3 env variables in config docs (#688)
1 parent a9d29a5 commit a9bb535

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/admin/configuration/storage/decomposeds3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ nano .env
4141

4242
Now we need all the information about the S3 bucket we created earlier. Modify the following lines in your `.env` file:
4343

44+
:::tip
45+
46+
The `DECOMPOSEDS3_*` variables used below are specific to [opencloud's docker-compose deployment method](https://github.com/opencloud-eu/opencloud-compose). If deploying outside of the recommended docker-compose configuration, the proper environment variables variables are `STORAGE_USERS_DECOMPOSEDS3_*`. See the [storage-users](../../../dev/server/services/storage-users) documentation for more details.
47+
48+
:::
49+
4450
```yaml
4551
# Configure the S3 storage endpoint. Defaults to "http://minio:9000" for testing purposes.
4652
DECOMPOSEDS3_ENDPOINT=https//your-s3-endpoint.example.com

0 commit comments

Comments
 (0)