stubbed in gcs (untested)

This commit is contained in:
Danny Coates
2018-10-05 11:01:58 -07:00
parent d87fb64390
commit 9e8e604024
5 changed files with 1544 additions and 1180 deletions

View File

@@ -9,6 +9,11 @@ const conf = convict({
default: '',
env: 'S3_BUCKET'
},
gcs_bucket: {
format: String,
default: '',
env: 'GCS_BUCKET'
},
expire_times_seconds: {
format: Array,
default: [300, 3600, 86400, 604800],