Skip to content

Commit 1e2ef15

Browse files
authored
Update README.md
1 parent 025b5d4 commit 1e2ef15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Single HTML file to browse AWS S3 buckets
2626
// If bucketUrl is set manually, ensure this is the bucket Rest API URL.
2727
// e.g bucketUrl: "https://s3.BUCKET-REGION.amazonaws.com/BUCKET-NAME"
2828
// The URL should return an XML document with <ListBucketResult> as root element.
29-
rootPrefix: '', // e.g. 'subfolder/'
29+
rootPrefix: undefined, // e.g. 'subfolder/'
3030
keyExcludePatterns: [/^index\.html$/],
3131
pageSize: 50,
3232

0 commit comments

Comments
 (0)