Skip to content

Commit

Permalink
Fix S3 upload with awscli v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xquery-go committed Apr 7, 2023
1 parent 6a11abe commit f6a5e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/makefiles/upload.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.PHONY: upload
AWS_DEFAULT_REGION?=ru-central1
AWS_ENDPOINT?=https://storage.yandexcloud.net
export AWS_DEFAULT_REGION?=ru-central1
export AWS_EC2_METADATA_DISABLED=true
S3=aws s3 --endpoint-url=$(AWS_ENDPOINT)
S3_OBFUSCATION_PREFIX?=$(firstword $(shell echo $(OUTPUT)|md5sum))
export S3_OBFUSCATION_PREFIX
Expand Down

0 comments on commit f6a5e5f

Please sign in to comment.