Skip to content

Commit 8911817

Browse files
committed
fix: AWS_S3_CUSTOM_DOMAIN
1 parent 7c726ab commit 8911817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.deploy/service.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"AWS_S3_ADDRESSING_STYLE": "${AWS_S3_ADDRESSING_STYLE}",
2929
"AWS_S3_REGION_NAME": "${AWS_S3_REGION_NAME}",
3030
"AWS_DEFAULT_ACL": "${AWS_DEFAULT_ACL}",
31-
"AWS_LOCATION": "${AWS_LOCATION}"
31+
"AWS_LOCATION": "${AWS_LOCATION}",
32+
"AWS_S3_CUSTOM_DOMAIN": "${AWS_S3_CUSTOM_DOMAIN}"
3233
}
3334
}
3435
]

0 commit comments

Comments
 (0)