disable awscli checksumming in ci scripts

required because garage.deuxfleurs.fr is still running v1.x
This commit is contained in:
Alex Auvolat 2025-11-24 18:37:34 +01:00
parent 95693d45b2
commit 511cf0c6ec

View file

@ -34,6 +34,8 @@ in
jq
];
shellHook = ''
export AWS_REQUEST_CHECKSUM_CALCULATION='when_required'
function to_s3 {
aws \
--endpoint-url https://garage.deuxfleurs.fr \