Skip to content

Commit

Permalink
wip: Allow to define additionnal S3 information in order to use alter…
Browse files Browse the repository at this point in the history
…native S3 providers than AWS #261
  • Loading branch information
cnouguier committed Oct 19, 2021
1 parent 094305d commit 8adb4ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy/meteoradar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
image: ${METEORADAR_IMAGE}:${METEORADAR_TAG}
environment:
- S3_ENDPOINT=${METEORADAR_S3_ENDPOINT}
- S3_REGION=${METEORADAR_S3_REGION}
- S3_BUCKET=${METEORADAR_S3_BUCKET}
- S3_ACCESS_KEY=${METEORADAR_S3_ACCESS_KEY}
- S3_SECRET_ACCESS_KEY=${METEORADAR_S3_SECRET_ACCESS_KEY}
Expand Down
1 change: 0 additions & 1 deletion docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ More configuration details on our [Logspout Slack adapter](https://github.com/ka
| `METAORADAR_IMAGE` | The image to be used. | `kalisio/k-meteoradar` |
| `METAORADAR_TAG` | The version to be used. | `latest` |
| `METAORADAR_S3_ENDPOINT` | The S3 endpoint where to store the data. | - |
| `METAORADAR_S3_REGION` | The S3 region where to store the data. | - |
| `METAORADAR_S3_ACCESS_KEY` | The S3 access key where to store the data. | - |
| `METAORADAR_S3_SECRET_ACCESS_KEY` | The S3 secret access key where to store the data. | - |
| `METAORADAR_S3_BUCKET` | The S3 bucket where to store the data. | - |
Expand Down

0 comments on commit 8adb4ac

Please sign in to comment.