Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for deleteBucket (0.05 seconds)

  1. cmd/api-router.go

    			Queries("lifecycle", "")
    		// DeleteBucketEncryption
    		router.Methods(http.MethodDelete).
    			HandlerFunc(s3APIMiddleware(api.DeleteBucketEncryptionHandler)).
    			Queries("encryption", "")
    		// DeleteBucket
    		router.Methods(http.MethodDelete).
    			HandlerFunc(s3APIMiddleware(api.DeleteBucketHandler))
    
    		// MinIO extension API for replication.
    		//
    		router.Methods(http.MethodGet).
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Oct 24 04:05:19 GMT 2025
    - 23.3K bytes
    - Click Count (0)
Back to Top