Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for wrapSRErr (0.04 seconds)

  1. cmd/site-replication.go

    			if err != nil {
    				return wrapSRErr(err)
    			}
    			tgtBytes, err := json.Marshal(&targets)
    			if err != nil {
    				return wrapSRErr(err)
    			}
    			if _, err = globalBucketMetadataSys.Update(ctx, bucket, bucketTargetsFile, tgtBytes); err != nil {
    				return wrapSRErr(err)
    			}
    		}
    		// no replication rule for this peer or target ARN missing in bucket targets
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top