- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for PutObjectACL (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/acl-handlers.go
// to set ACL for a bucket, this is a dummy call // only responds success if the ACL is private. func (api objectAPIHandlers) PutObjectACLHandler(w http.ResponseWriter, r *http.Request) { ctx := newContext(r, w, "PutObjectACL") defer logger.AuditLog(ctx, w, r, mustGetClaimsFromToken(r)) vars := mux.Vars(r) bucket := vars["bucket"] object, err := unescapePath(vars["object"]) if err != nil {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 8.4K bytes - Click Count (0)