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 025b5d4 commit 1e2ef15Copy full SHA for 1e2ef15
README.md
@@ -26,7 +26,7 @@ Single HTML file to browse AWS S3 buckets
26
// If bucketUrl is set manually, ensure this is the bucket Rest API URL.
27
// e.g bucketUrl: "https://s3.BUCKET-REGION.amazonaws.com/BUCKET-NAME"
28
// The URL should return an XML document with <ListBucketResult> as root element.
29
- rootPrefix: '', // e.g. 'subfolder/'
+ rootPrefix: undefined, // e.g. 'subfolder/'
30
keyExcludePatterns: [/^index\.html$/],
31
pageSize: 50,
32
0 commit comments