We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2edb2b commit 10b33b5Copy full SHA for 10b33b5
rootfs/template/config_s3.conf
@@ -5,6 +5,6 @@ access_key=${S3_KEY_ID}
5
secret_key=${S3_KEY_SECRET}
6
region= ${S3_REGION}
7
bucket=${S3_BUCKET}
8
-dir_source=${DIR_SOURCE}
9
-dir_dest=${DIR_DEST}
+dir_source=${S3_DIR_SOURCE}
+dir_dest=${S3_DIR_DEST}
10
logfile=/var/log/s3sync/journal.log
0 commit comments