Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stats (0.11 sec)

  1. cmd/admin-bucket-handlers.go

    				if err != nil {
    					writeErrorResponse(ctx, w, exportError(ctx, err, cfgFile, bucket), r.URL)
    					return
    				}
    				// ignore empty versioning configs
    				if config.Status != versioning.Enabled && config.Status != versioning.Suspended {
    					continue
    				}
    				configData, err := xml.Marshal(config)
    				if err != nil {
    					writeErrorResponse(ctx, w, exportError(ctx, err, cfgFile, bucket), r.URL)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 32.5K bytes
    - Viewed (0)
Back to top