Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DeleteBucketLifecycleHandler (0.12 seconds)

  1. cmd/api-router.go

    			HandlerFunc(s3APIMiddleware(api.DeleteBucketReplicationConfigHandler)).
    			Queries("replication", "")
    		// DeleteBucketLifecycle
    		router.Methods(http.MethodDelete).
    			HandlerFunc(s3APIMiddleware(api.DeleteBucketLifecycleHandler)).
    			Queries("lifecycle", "")
    		// DeleteBucketEncryption
    		router.Methods(http.MethodDelete).
    			HandlerFunc(s3APIMiddleware(api.DeleteBucketEncryptionHandler)).
    			Queries("encryption", "")
    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