- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for proxyGetTaggingToRepTarget (0.08 sec)
-
cmd/bucket-replication.go
if taggedCount == 0 && terr != nil { proxy.Err = terr } return proxy } // proxyGetTaggingToRepTarget proxies get tagging requests to remote targets for // active-active replicated setups func proxyGetTaggingToRepTarget(ctx context.Context, bucket, object string, opts ObjectOptions, proxyTargets *madmin.BucketTargets) (tgs *tags.Tags, proxy proxyResult) {Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 118.2K bytes - Viewed (0) -
cmd/object-handlers.go
if !proxytgts.Empty() { globalReplicationStats.Load().incProxy(bucket, getObjectTaggingAPI, false) // proxy to replication target if site replication is in place. tags, gerr := proxyGetTaggingToRepTarget(ctx, bucket, object, opts, proxytgts) if gerr.Err != nil || tags == nil { globalReplicationStats.Load().incProxy(bucket, getObjectTaggingAPI, true)
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 120.6K bytes - Viewed (0)