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

@@ -205,3 +205,4 @@ func (q *CleanupQueue) OldestAge() time.Duration {
}

View File

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

View File

@@ -124,3 +124,4 @@ func MaskAccessKey(accessKeyId string) string {
return accessKeyId
}

View File

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

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) {
}
}

View File

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