Skip to content

Instantly share code, notes, and snippets.

@scripting
Created October 21, 2021 20:32
Show Gist options
  • Save scripting/a71e0730a5f5ac89c2ff101aeba46856 to your computer and use it in GitHub Desktop.
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.
{
"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