Skip to content
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

BucketNotFoundException #105

Open
WriteFile opened this issue May 8, 2022 · 0 comments
Open

BucketNotFoundException #105

WriteFile opened this issue May 8, 2022 · 0 comments

Comments

@WriteFile
Copy link

WriteFile commented May 8, 2022

This is what happens when I run ./deploy.sh initial_setup
./deploy.sh: line 17: ${PROJECT_NAME,,}: bad substitution
Initial setup...
Setting up a job bucket and a resource library bucket...
InvalidUrlError: Invalid bucket name in URL "-jobs".
InvalidUrlError: Invalid bucket name in URL "-resource-library".
Setting a job counter (appData/jobCounter.txt) to 0...
BucketNotFoundException: 404 gs://-jobs bucket does not exist.

I have added correct details

PROJECT_NAME="example-state-1234"
PROJECT_NAME_LOWERCASE="${PROJECT_NAME,,}"
PROJECT_ID="example-state-1234"
GCP_SERVICE_ACCOUNT_EMAIL="123456789-compute@developer.gserviceaccount.com"
DATA_EXPORTER_SERVICE_ACCOUNT="<DATA_EXPORTER_SERVICE_ACCOUNT>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant