Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for proxyGetTaggingToRepTarget (0.42 sec)

  1. 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 06:49:55 UTC 2024
    - 116.1K bytes
    - Viewed (0)
  2. 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
Back to top