aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_server.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2025-07-18 00:47:24 -0700
committerGitHub <noreply@github.com>2025-07-18 00:47:24 -0700
commit22673fee76c02ee6ce5b5a760d98bcb89d7b432f (patch)
treeab5dfcdef2aabcc2893dc9a389baa0aaa254ffb9 /weed/s3api/s3api_server.go
parent3fbab20b832a630127b35a18e01ba3870395a8e4 (diff)
downloadseaweedfs-22673fee76c02ee6ce5b5a760d98bcb89d7b432f.tar.xz
seaweedfs-22673fee76c02ee6ce5b5a760d98bcb89d7b432f.zip
Update weed/s3api/s3api_server.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Diffstat (limited to 'weed/s3api/s3api_server.go')
-rw-r--r--weed/s3api/s3api_server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/s3api_server.go b/weed/s3api/s3api_server.go
index db2f42c8b..64c70a9dd 100644
--- a/weed/s3api/s3api_server.go
+++ b/weed/s3api/s3api_server.go
@@ -88,7 +88,7 @@ func NewS3ApiServerWithStore(router *mux.Router, option *S3ApiServerOption, expl
filerGuard: security.NewGuard([]string{}, signingKey, expiresAfterSec, readSigningKey, readExpiresAfterSec),
cb: NewCircuitBreaker(option),
credentialManager: iam.credentialManager,
- bucketConfigCache: NewBucketConfigCache(60 * time.Minute), // Increased TTL since cache is now event-driven
+bucketConfigCache: NewBucketConfigCache(60 * time.Minute), // Increased TTL since cache is now event-driven
}
if option.Config != "" {