stubbed in gcs (untested)
This commit is contained in:
parent
d87fb64390
commit
9e8e604024
5 changed files with 1544 additions and 1180 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue