Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for archetype (0.14 sec)

  1. cmd/s3-zip-handlers.go

    	xioutil "github.com/minio/minio/internal/ioutil"
    	"github.com/minio/pkg/v2/policy"
    	"github.com/minio/zipindex"
    )
    
    const (
    	archiveType            = "zip"
    	archiveTypeEnc         = "zip-enc"
    	archiveExt             = "." + archiveType // ".zip"
    	archiveSeparator       = "/"
    	archivePattern         = archiveExt + archiveSeparator                // ".zip/"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 09 10:41:25 GMT 2024
    - 15.8K bytes
    - Viewed (0)
Back to top