Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/object-api-utils.go

    		return true
    	}
    
    	// We strictly disable compression for standard extensions/content-types (`compressed`).
    	if hasStringSuffixInSlice(objStr, standardExcludeCompressExtensions) || hasPattern(standardExcludeCompressContentTypes, contentType) {
    		return true
    	}
    
    	// Filter compression includes.
    	if len(cfg.Extensions) == 0 && len(cfg.MimeTypes) == 0 {
    		// Nothing to filter, include everything.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Mar 11 11:55:34 GMT 2024
    - 35.6K bytes
    - Viewed (1)
Back to top