Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PutBucketNotificationHandler (0.1 seconds)

  1. cmd/bucket-notification-handlers.go

    		return
    	}
    
    	writeSuccessResponseXML(w, configData)
    }
    
    // PutBucketNotificationHandler - This HTTP handler stores given notification configuration as per
    // http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html.
    func (api objectAPIHandlers) PutBucketNotificationHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "PutBucketNotification")
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri May 24 23:05:23 GMT 2024
    - 5.1K bytes
    - Click Count (0)
Back to Top