Closed saeed68gm closed 6 years ago
When I try to run it I get the error: ./run.sh: line 6: S3_BUCKET: unbound variable Do I have to set this as global var? Can you provide it? Thanks
./run.sh: line 6: S3_BUCKET: unbound variable
@saeed68gm You need to specify your own bucket. S3_BUCKET=s3://your-bucket/ ./run.sh
S3_BUCKET=s3://your-bucket/ ./run.sh
Sorry for noob question. Never worked with AWS, I will try that.
Thank you
When I try to run it I get the error:
./run.sh: line 6: S3_BUCKET: unbound variable
Do I have to set this as global var? Can you provide it? Thanks