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-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ For detailed information on how configuration of plugins works, please refer to
65
65
66
66
### accessKeyId
67
67
68
-
The AWS access key for the user that has the ability to upload to the `bucket`. If this is left undefined,
68
+
The AWS access key for the user that has the ability to upload to the `bucket`. If this is left undefined,
69
69
the normal [AWS SDK credential resolution][5] will take place.
70
70
71
71
*Default:*`undefined`
@@ -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
### bucket (`required`)
80
87
81
88
The AWS bucket that the files will be uploaded to.
@@ -217,7 +224,7 @@ To properly serve certain assets (i.e. webfonts) a basic CORS configuration is n
217
224
218
225
Replace **http://www.your-site.com** with your domain.
219
226
220
-
Some more info: [Amazon CORS guide][6], [Stackoverflow][7]
227
+
Some more info: [Amazon CORS guide][7], [Stackoverflow][8]
221
228
222
229
223
230
## Running Tests
@@ -229,5 +236,6 @@ Some more info: [Amazon CORS guide][6], [Stackoverflow][7]
0 commit comments