@@ -25,33 +25,33 @@ The cache directory structure is '${AWS_BUCKET_NAME}/<branch>/<arch>/<tag>'.
2525 -h Show this help.
2626
2727 upload: Upload build artifacts from the local disk to the specified
28- '${AWS_BUCKET_NAME} /<branch>/<uname >/<tag>' AWS S3 bucket.
28+ '${AWS_BUCKET_NAME} /<branch>/<arch >/<tag>' AWS S3 bucket.
2929 The 'verify' operation is run before the upload attempt. If
3030 data already exists at the destination, the upload is skipped
3131 and the script exits with 0 status.
3232
3333 download: Download build artifacts from the specified
34- '${AWS_BUCKET_NAME} /<branch>/<uname >/<tag>' AWS S3 bucket
34+ '${AWS_BUCKET_NAME} /<branch>/<arch >/<tag>' AWS S3 bucket
3535 to the local disk.
3636
3737 verify: Exit with 0 status if the specified
38- '${AWS_BUCKET_NAME} /<branch>/<uname >/<tag>' sub-directory
38+ '${AWS_BUCKET_NAME} /<branch>/<arch >/<tag>' sub-directory
3939 exists and contains files, 1 otherwise.
4040
41- setlast: Update the '${AWS_BUCKET_NAME} /<branch>/<uname >/last' file
41+ setlast: Update the '${AWS_BUCKET_NAME} /<branch>/<arch >/last' file
4242 contents in the AWS S3 bucket with the specified '<tag>'.
4343
44- getlast: Retrieve the '${AWS_BUCKET_NAME} /<branch>/<uname >/last'
44+ getlast: Retrieve the '${AWS_BUCKET_NAME} /<branch>/<arch >/last'
4545 file contents from the AWS S3 bucket. The output format is
4646 "LAST: <tag>" for easy parsing. The script returns the
4747 specified '<tag>' as a fallback if the bucket file does
4848 not exist.
4949
50- dellast: Delete the data pointed by the '${AWS_BUCKET_NAME} /<branch>/<uname >/last'
50+ dellast: Delete the data pointed by the '${AWS_BUCKET_NAME} /<branch>/<arch >/last'
5151 file contents and update the 'last' file contents in the AWS S3 bucket
5252 with the specified '<tag>'
5353
54- keep: Delete all data from the '${AWS_BUCKET_NAME} /<branch>/<uname >'
54+ keep: Delete all data from the '${AWS_BUCKET_NAME} /<branch>/<arch >'
5555 AWS S3 bucket, only keeping the 'last' and the specified
5656 '<tag>' sub-directories.
5757
0 commit comments