Skip to content

Commit ccc6e69

Browse files
committed
Capitalize filename for S3Store
1 parent 244b3c5 commit ccc6e69

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Server = require('./lib/Server');
44
const DataStore = require('./lib/stores/DataStore');
55
const FileStore = require('./lib/stores/FileStore');
66
const GCSDataStore = require('./lib/stores/GCSDataStore');
7-
const S3Store = require('./lib/stores/s3Store');
7+
const S3Store = require('./lib/stores/S3Store');
88
const ERRORS = require('./lib/constants').ERRORS;
99
const EVENTS = require('./lib/constants').EVENTS;
1010

File renamed without changes.

0 commit comments

Comments
 (0)