Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Egerer (0.16 sec)

  1. cmd/object-handlers.go

    				// 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.incProxy(bucket, getObjectTaggingAPI, true)
    					writeErrorResponse(ctx, w, toAPIError(ctx, gerr.Err), r.URL)
    					return
    				} // overlay tags from peer site.
    				ot = tags
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 20:15:54 GMT 2024
    - 125.2K bytes
    - Viewed (0)
Back to top