penguin/s3-arch-utils

bash scripts for s3

commit 1f4d0968bb21e36c3e503557ad9b88aa987cc6b1

author斟酌 鵬兄 <tgckpg@gmail.com>
date2025-05-19T06:00:54Z
subjectFixed delimiter issue
commit 1f4d0968bb21e36c3e503557ad9b88aa987cc6b1
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2025-05-19T06:00:54Z

    Fixed delimiter issue
---
 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 6a0d53f..fd1dbc8 100755
--- a/arch_list_aws4.sh
+++ b/arch_list_aws4.sh
@@ -44,7 +44,7 @@ _PATH=""
 # Keys should be sorted
 QPARAMS=(
 	"continuation-token" ""
-	"delimiter" "__OBJ__"
+	"delimiter" "/"
 	"encoding-type" "url"
 	"fetch-owner" "false"
 	"list-type" "2"