penguin/s3-arch-utils

bash scripts for s3

commit 66a06d5df2a5f00742f4d47b698d060af66c09e3

author斟酌 鵬兄 <tgckpg@gmail.com>
date2025-05-19T14:26:00Z
subjectDelimiter is optional. Skipping it
commit 66a06d5df2a5f00742f4d47b698d060af66c09e3
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2025-05-19T14:26:00Z

    Delimiter is optional. Skipping it
---
 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 fd1dbc8..ac3f95f 100755
--- a/arch_list_aws4.sh
+++ b/arch_list_aws4.sh
@@ -44,7 +44,7 @@ _PATH=""
 # Keys should be sorted
 QPARAMS=(
 	"continuation-token" ""
-	"delimiter" "/"
+	# "delimiter" "/"
 	"encoding-type" "url"
 	"fetch-owner" "false"
 	"list-type" "2"