We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb1717 commit c45698dCopy full SHA for c45698d
images/full-history/start.sh
@@ -38,7 +38,8 @@ osmium fileinfo $fullHistoryFile
38
39
# AWS
40
if [ $CLOUDPROVIDER == "aws" ]; then
41
- echo "https://$AWS_S3_BUCKET.s3.amazonaws.com/planet/full-history/$fullHistoryFile" >$stateFile
+ AWS_URL=${AWS_S3_BUCKET/s3:\/\//http:\/\/}
42
+ echo "$AWS_URL.s3.amazonaws.com/planet/full-history/$fullHistoryFile" >$stateFile
43
# Upload to S3
44
aws s3 cp $fullHistoryFile $AWS_S3_BUCKET/planet/full-history/$fullHistoryFile --acl public-read
45
aws s3 cp $stateFile $AWS_S3_BUCKET/planet/full-history/$stateFile --acl public-read
0 commit comments