Created
October 21, 2021 20:32
-
-
Save scripting/a71e0730a5f5ac89c2ff101aeba46856 to your computer and use it in GitHub Desktop.
An example of a config.json file for use with Drummer to store the Public Folder log on S3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"watchFolder": "/Users/cluelessnewbie/publicFolder/", | |
"s3Folder": "/mybucket.com/publicfolder/", | |
"urlS3Folder": "http://mybucket.com/publicfolder/", | |
"flUploadLog": true, | |
"s3LogPath": "/mybucket.com/publicfolderlog.json" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment