Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enforceBucketQuotaHard (0.2 sec)

  1. cmd/object-handlers.go

    	actualSize, err := srcInfo.GetActualSize()
    	if err != nil {
    		writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    	length := actualSize
    
    	if !cpSrcDstSame {
    		if err := enforceBucketQuotaHard(ctx, dstBucket, actualSize); err != nil {
    			writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    			return
    		}
    	}
    
    	// Check if either the source is encrypted or the destination will be encrypted.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
Back to top