Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for IsObjectLockLegalHoldRequested (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/bucket/object/lock/lock.go

    		return true
    	}
    	if _, ok := h[AmzObjectLockRetainUntilDate]; ok {
    		return true
    	}
    	return false
    }
    
    // IsObjectLockLegalHoldRequested returns true if object lock legal hold header is set.
    func IsObjectLockLegalHoldRequested(h http.Header) bool {
    	_, ok := h[AmzObjectLockLegalHold]
    	return ok
    }
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 17.9K bytes
    - Click Count (0)
Back to Top