Skip to content

Commit 6504de8

Browse files
authored
Update index.html
1 parent c5ee9da commit 6504de8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<head>
77
<script>
88
const config = {
9+
title: 'S3 Bucket Browser',
10+
subtitle: 'made with ♥ by qoomon',
11+
logo: 'https://qoomon.github.io/aws-s3-bucket-browser/logo.png',
12+
favicon: 'https://qoomon.github.io/aws-s3-bucket-browser/favicon.ico',
13+
914
bucketUrl: undefined,
1015
// If bucketUrl is undefined, this script tries to determine bucket Rest API URL from this file location itself.
1116
// This will only work for locations like these
@@ -18,11 +23,8 @@
1823
rootPrefix: '', // e.g. 'subfolder/'
1924
keyExcludePatterns: [/^index\.html$/],
2025
pageSize: 50,
21-
defaultOrder: 'name-asc', // columns: name, size, dateModified; direction: asc, desc
22-
title: 'S3 Bucket Browser',
23-
subtitle: 'made with ♥ by qoomon',
24-
logo: 'https://qoomon.github.io/aws-s3-bucket-browser/logo.png',
25-
favicon: 'https://qoomon.github.io/aws-s3-bucket-browser/favicon.ico'
26+
27+
defaultOrder: 'name-asc' // (name|size|dateModified)-(asc|desc)
2628
}
2729
</script>
2830

0 commit comments

Comments
 (0)