We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug in gdk-config.json, there is the possibility to set a bucket and region json object:
"publish": { "bucket": "my-bucket", "region": "us-east-1" }
when running gdk component publish, it fails with this error:
Failed to create the bucket 'my-bucket-us-east-1-0123456789012' in region 'us-east-1'
To Reproduce Use the above publish config and run. gdk component publish
gdk component publish
Expected behavior bucket and region should be used not formatted from bucket, region and account id
Workaround run gdk component publish with args e.g:
gdk component publish --bucket my-bucket --region us-east-1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
in gdk-config.json, there is the possibility to set a bucket and region json object:
when running gdk component publish, it fails with this error:
To Reproduce
Use the above publish config and run.
gdk component publish
Expected behavior
bucket and region should be used not formatted from bucket, region and account id
Workaround
run gdk component publish with args e.g:
The text was updated successfully, but these errors were encountered: