Skip to content

Commit df86c38

Browse files
committed
update: updating README to reflect changes in code
1 parent b6c3135 commit df86c38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The following variables may be passed to the action as secrets or environment va
2828
- `ACCESS_KEY_ID` (**required**) - The storage service access key id.
2929
- `SECRET_ACCESS_KEY` (**required**) - The storage service secret access key.
3030
- `MIRROR_TARGET` (**required**) - The target bucket, and optionally, the key within the bucket.
31-
- `SESSION_TOKEN` - When using temporary credentials (Amazon S3)
32-
- `REGION` (required with SESSION_TOKEN) - the region where the s3 bucket is located for Amazon S3. **Mandatory** when using SESSION_TOKEN.
31+
- `AWS_SESSION_TOKEN` - When using temporary credentials (Amazon S3)
32+
- `AWS_REGION` (required with AWS_SESSION_TOKEN) - the region where the s3 bucket is located for Amazon S3. **Mandatory** when using SESSION_TOKEN.
3333
- `MIRROR_SOURCE` - The source defaults to the repository root. If required a path relative to the root can be set.
3434
- `STORAGE_SERVICE_URL` - The URL to the object storage service. Defaults to `https://s3.amazonaws.com` for Amazon S3.
3535
- `STORAGE_SERVICE_ALIAS` - Defaults to `s3`. See [MinIO Client](https://github.com/minio/mc) for other options such as S3 compatible `minio`, and `gcs` for Google Cloud Storage.

0 commit comments

Comments
 (0)