This commit is contained in:
chrislu
2025-12-19 15:33:16 -08:00
parent 4aa50bfa6a
commit 4a764dbb37
17 changed files with 17 additions and 1 deletions

View File

@@ -4,3 +4,4 @@ const (
// DefaultBucketsPath is the default path for S3 buckets in the filer
DefaultBucketsPath = "/buckets"
)

View File

@@ -130,3 +130,4 @@ func TestRemoveDuplicateSlashes(t *testing.T) {
}
}