-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusion about File Assets and regions #171
Comments
thank you for reporting this. we are working on a fix |
this should be resolved by #325. we will update once we can get it merged. |
I'm getting a similar but slightly different error: Is it possible we're not formatting the s3 bucket endpoint up to current recommendations? i'm reading you should generally access a bucket by one of the following:
but it appears this is actually using |
I defined the following structure for my Stack Set:
when I try deploying it with
cdk deploy --all
, I get the error:Then I create a bucket on the
eu-central-1
region and set theassetBucket
on my StackSetStack:but now I get the error:
Changing my
StackSet
target toeu-central-1
fixes the problem, but it will simply come back when I start adding more regions.How to get away from this situation where I cannot leave
assetBucket
empty because of the first error, but I also cannot set a value to it because the deployment will fail when I am in a different region than the bucket?The text was updated successfully, but these errors were encountered: