# configure once aws configure set default.s3.endpoint_url https://s3.kids-games.ru aws configure set default.region eu-central # upload a build, then mark it as released aws s3 cp ./build/web-1.8.4.zip s3://acme-runner/web/ --storage-class STANDARD curl -X POST https://api.kids-games.ru/v1/projects/acme-runner/releases \ -H "Authorization: Bearer $KGC_TOKEN" \ -d '{"object":"web/web-1.8.4.zip","channel":"live","rating":"6+"}' # -> patch manifest is generated and pushed to all 14 edge regions { "release": "1.8.4", "delta_size": "41.2 MB", "full_size": "913 MB", "state": "live" }