Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PutBucketNotificationHandler (0.16 sec)

  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")
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top