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: docs/content/2.storage-drivers/s3.md
+2-23Lines changed: 2 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,7 @@ services:
62
62
63
63
STORAGE_DRIVER: s3
64
64
STORAGE_S3_BUCKET: gh-actions-cache
65
-
STORAGE_S3_ACCESS_KEY: access_key
66
-
STORAGE_S3_SECRET_KEY: secret_key
67
65
68
-
STORAGE_S3_ENDPOINT: s3.amazonaws.com
69
-
STORAGE_S3_PORT: '443'
70
-
STORAGE_S3_USE_SSL: 'true'
71
66
volumes:
72
67
- cache-data:/app/.data
73
68
@@ -79,36 +74,20 @@ volumes:
79
74
80
75
Don't forget to set the `STORAGE_DRIVER` environment variable to `s3` to use the S3 storage driver.
81
76
77
+
The AWS SDK will automatically use any AWS credentials available in the environment, e.g. `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION`.
0 commit comments