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 b31ef51 commit 9f80cd0Copy full SHA for 9f80cd0
make.sh
@@ -24,25 +24,6 @@ VERSION=$(cat ./VERSION)
24
25
cd ${BASE}
26
echo "DONE"
27
-aws s3 cp \
28
- --no-follow-symlinks \
29
- --cache-control="max-age=300" \
30
- ./artifacts/${PKG_NAME}.tar.gz ${DST_BUCKET}/${PKG_NAME}_${VERSION}.tar.gz
31
-
32
33
34
35
- --content-type="text/plain; charset=UTF-8" \
36
- VERSION ${DST_BUCKET}/VERSION
37
38
39
40
41
- --content-language="en-US" \
42
- --content-type="text/markdown; charset=UTF-8" \
43
- CHANGELOG.md ${DST_BUCKET}/CHANGELOG.md
44
45
46
47
# Main package
48
aws s3api put-object \
0 commit comments