This commit is contained in:
斟酌 鵬兄 2025-08-08 01:57:36 +08:00
parent dd20a16f89
commit 29f590ac37

View File

@ -107,4 +107,4 @@ curl -s -XGET \
-H "Authorization: AWS4-HMAC-SHA256 Credential=$ACCESS_KEY/$_DATE/$REGION/$SERVICE/aws4_request, SignedHeaders=$_HEADERS, Signature=$SIG" \
"https://$BUCKET_URL/$_PATH?$QSTR" \
| grep -Eo "<Key>[^<]*?</Key>" \
| sed -e "s/^<Key>\|<\/Key>//g" -e "s/%2F/\//g"
| sed -e "s/^<Key>\|<\/Key>//g" -e "s/%2F/\//g" -e "s/%40/@/g"