- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for specialKey (0.05 sec)
-
cmd/object-handlers.go
// http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectDELETE.html objInfo, err := deleteObject(ctx, bucket, object, opts) if err != nil { if _, ok := err.(BucketNotFound); ok { // When bucket doesn't exist specially handle it. writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL) return } if isErrObjectNotFound(err) || isErrVersionNotFound(err) { // Send an event when the object is not found
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0)