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
+12
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,13 @@ The AWS secret for the user that has the ability to upload to the `bucket`. This
76
76
77
77
*Default:*`undefined`
78
78
79
+
### sessionToken
80
+
81
+
The AWS session token for the user that has the ability to upload to the `bucket`. This may be required if you are using the [AWS Security Token Service][6].
82
+
This requires both `accessKeyId` and `secretAccessKey` to be defined.
83
+
84
+
*Default:*`undefined`
85
+
79
86
### profile
80
87
81
88
The AWS profile as definied in ~/.aws/credentials. If this is left undefined, the normal [AWS SDK credential resolution][7] will take place.
@@ -155,6 +162,11 @@ If `endpoint` set the `region` option will be ignored.
155
162
156
163
*Default:*`[region].s3.amazonaws.com`
157
164
165
+
### proxy
166
+
167
+
The network proxy url used when sending requests to S3.
0 commit comments