We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40175ee commit d0ac347Copy full SHA for d0ac347
index.html
@@ -19,7 +19,7 @@
19
// * http://example-bucket.s3-website.eu-central-1.amazonaws.com/index.html
20
// If bucketUrl is set manually, ensure this is the bucket Rest API URL.
21
// e.g bucketUrl: "https://s3.BUCKET-REGION.amazonaws.com/BUCKET-NAME"
22
- // The URL should retrun an XML document with <ListBucketResult> as root element.
+ // The URL should return an XML document with <ListBucketResult> as root element.
23
rootPrefix: '', // e.g. 'subfolder/'
24
keyExcludePatterns: [/^index\.html$/],
25
pageSize: 50,
0 commit comments