@@ -126,7 +126,7 @@ The preferred method is to use the default AWS credentials pattern. If no AWS c
126
126
"bucketPrefix": '', // default value
127
127
"directAccess": false, // default value
128
128
"fileAcl": null, // default value
129
- "baseUrl": null, // default value
129
+ "baseUrl": null, // string, function or async function
130
130
"baseUrlDirect": false, // default value
131
131
"signatureVersion": 'v4', // default value
132
132
"globalCacheControl": null, // default value. Or 'public, max-age=86400' for 24 hrs Cache-Control
@@ -227,7 +227,7 @@ var s3Options = {
227
227
"region": 'us-east-1', // default value
228
228
"bucketPrefix": '', // default value
229
229
"directAccess": false, // default value
230
- "baseUrl": null // default value
230
+ "baseUrl": null // string, function or async function
231
231
"signatureVersion": 'v4', // default value
232
232
"globalCacheControl": null, // default value. Or 'public, max-age=86400' for 24 hrs Cache-Control
233
233
"presignedUrl": false, // default value
0 commit comments