We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3285112 commit b49c704Copy full SHA for b49c704
README.md
@@ -187,15 +187,7 @@ export IMMUDB_S3_ENDPOINT="https://${IMMUDB_S3_BUCKET_NAME}.s3.${IMMUDB_S3_LOCAT
187
If using Fargate, the credentials URL can be sourced automatically:
188
189
```bash
190
-export IMMUDB_S3_STORAGE=true
191
-export IMMUDB_S3_ROLE_ENABLED=true
192
export IMMUDB_S3_USE_FARGATE_CREDENTIALS=true
193
-export IMMUDB_S3_BUCKET_NAME=<BUCKET NAME>
194
-export IMMUDB_S3_LOCATION=<AWS S3 REGION>
195
-export IMMUDB_S3_PATH_PREFIX=testing-001
196
-export IMMUDB_S3_ENDPOINT="https://${IMMUDB_S3_BUCKET_NAME}.s3.${IMMUDB_S3_LOCATION}.amazonaws.com"
197
-
198
-./immudb
199
```
200
201
Optionally, you can specify the exact role immudb should be using with:
0 commit comments