commit 29f590ac3784fc908da0489d2b2be55031adfbed
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2025-08-07T17:57:36Z |
| subject | %40 -> @ |
commit 29f590ac3784fc908da0489d2b2be55031adfbed
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2025-08-07T17:57:36Z
%40 -> @
---
arch_list_aws4.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch_list_aws4.sh b/arch_list_aws4.sh
index ac3f95f..151e795 100755
--- a/arch_list_aws4.sh
+++ b/arch_list_aws4.sh
@@ -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"