You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ The following variables may be passed to the action as secrets or environment va
28
28
- `ACCESS_KEY_ID`(**required**) - The storage service access key id.
29
29
- `SECRET_ACCESS_KEY`(**required**) - The storage service secret access key.
30
30
- `MIRROR_TARGET`(**required**) - The target bucket, and optionally, the key within the bucket.
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.
31
33
- `MIRROR_SOURCE`- The source defaults to the repository root. If required a path relative to the root can be set.
32
34
- `STORAGE_SERVICE_URL`- The URL to the object storage service. Defaults to `https://s3.amazonaws.com` for Amazon S3.
33
35
- `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