fix(chalice): proper s3 domain name to sign url
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
2e09d56eea
commit
28d9820416
1 changed files with 1 additions and 0 deletions
|
|
@ -12,3 +12,4 @@ env:
|
|||
S3_SECRET: "{{ minio_secret_key }}"
|
||||
sourcemaps_bucket_key: "{{ minio_access_key }}"
|
||||
sourcemaps_bucket_secret: "{{ minio_secret_key }}"
|
||||
S3_HOST: "https://{{ domain_name }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue