No. One thing to watch out for is that for "region" you should be specifying "earth"
No. One thing to watch out for is that for "region" you should be specifying "earth"


aws s3api list-objects-v2 --bucket higenku-suite --endpoint-url https://$CF_ACCOUNT_ID.r2.cloudflarestorage.com --delimiter / --max-keys 500 --profile default
aws configure set profile.default.s3.signature_version s3v4
aws s3api list-objects-v2 --bucket higenku-suite --endpoint-url https://$CF_ACCOUNT_ID.r2.cloudflarestorage.com --delimiter / --max-keys 500aws s3api list-objects-v2 --bucket higenku-suite --endpoint-url https://$CF_ACCOUNT_ID.r2.cloudflarestorage.com --delimiter / --max-keys 500
An error occurred (SignatureDoesNotMatch) when calling the ListObjectsV2 operation: The request signature we calculated does not match the signature you provided. Check your secret access key and signing method. aws configure set profile.default.s3.signature_version v4
aws s3api list-objects-v2 --bucket higenku-suite --endpoint-url https://$CF_ACCOUNT_ID.r2.cloudflarestorage.com --delimiter / --max-keys 500An error occurred (Unauthorized) when calling the ListObjectsV2 operation: Unauthorizedaws configure set default.s3.signature_version s3v4CF_ACCOUNT_IDhttps://{account_id}.r2.cloudflarestorage.comaws s3api list-objects-v2 --bucket higenku-suite --endpoint-url https://$CF_ACCOUNT_ID.r2.cloudflarestorage.comAn error occurred (SignatureDoesNotMatch) when calling the ListObjectsV2 operation: The request signature we calculated does not match the signature you provided. Check your secret access key and signing method.