Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for specialKey (0.04 seconds)

  1. 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
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 120.6K bytes
    - Click Count (0)
Back to Top