Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PeerBucketPolicyHandler (0.09 seconds)

  1. cmd/site-replication.go

    		meta.QuotaConfigJSON = item.Quota
    		meta.QuotaConfigUpdatedAt = item.UpdatedAt
    	}
    
    	return globalBucketMetadataSys.save(ctx, meta)
    }
    
    // PeerBucketPolicyHandler - copies/deletes policy to local cluster.
    func (c *SiteReplicationSys) PeerBucketPolicyHandler(ctx context.Context, bucket string, policy *policy.BucketPolicy, updatedAt time.Time) error {
    	// skip overwrite if local update is newer than peer update.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top