Skip to content

Commit

Permalink
alternative for s3 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gencer committed Jan 30, 2021
1 parent 31155a8 commit 55a2827
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ steps:
- 'Rome/'
```
Or, alternatively you can define them in your `environment` file like this:

```bash
export BUILDKITE_PLUGIN_CACHE_S3_ENDPOINT="https://s3.nl-ams.scw.cloud"
# Optionally specify region:
export BUILDKITE_PLUGIN_CACHE_S3_REGION="nl-ams"
```

### Storage Class

You can pass `class` option for the following classes:
Expand Down

0 comments on commit 55a2827

Please sign in to comment.