Skip to content

Commit d10da8b

Browse files
author
Nick Balestra
committed
s3region
1 parent 1fc602b commit d10da8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const configuration = {
1313
secret: process.env.S3SECRET,
1414
bucket: process.env.S3BUCKET,
1515
region: process.env.S3REGION,
16-
path: `//s3.amazonaws.com/${process.env.S3BUCKET}/`,
16+
path: `//s3.${process.env.S3REGION}.amazonaws.com/${process.env.S3BUCKET}/`,
1717
componentsDir: 'components'
1818
},
1919
env: { name: 'production' }

0 commit comments

Comments
 (0)