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 b97b059 commit afeb6ccCopy full SHA for afeb6cc
build/build-clean.sh
@@ -59,6 +59,6 @@ export XZ_DEFAULTS="-T 0"
59
60
tar Jcf ${OUTPUT} --transform "s,^./,./${PROJVERSION}/," -C ${PREFIX}/clean .
61
62
-if [[ ! -z "${S3OUTPUT}" ]]; then
63
- s3cmd put --rr ${OUTPUT} ${S3OUTPUT}
+if [[ -n "${S3OUTPUT}" ]]; then
+ aws s3 cp --storage-class REDUCED_REDUNDANCY "${OUTPUT}" "${S3OUTPUT}"
64
fi
0 commit comments