Skip to content

Commit 4491cd6

Browse files
committed
testing
1 parent 6cccea1 commit 4491cd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/dl-center/src/download-center.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ export type S3BucketConfig = {
2323
*/
2424
secretAccessKey: string;
2525

26+
/**
27+
* The AWS session token
28+
*/
29+
sessionToken?: string;
30+
2631
/**
2732
* S3 service endpoint. Set this to connect to a local test server.
2833
*/

0 commit comments

Comments
 (0)