- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for IsObjectLockLegalHoldRequested (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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)