Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 234 for metaCh (0.11 sec)

  1. internal/s3select/jstream/decoder.go

    // JSON values
    type Decoder struct {
    	*scanner
    	emitDepth     int
    	maxDepth      int
    	emitKV        bool
    	emitRecursive bool
    	objectAsKVS   bool
    
    	depth   int
    	scratch *scratch
    	metaCh  chan *MetaValue
    	err     error
    
    	// follow line position to add context to errors
    	lineNo    int
    	lineStart int64
    }
    
    // NewDecoder creates new Decoder to read JSON values at the provided
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Mon Sep 23 19:35:41 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. cmd/testdata/xl.meta-corrupt.gz

    xl.meta-corrupt...
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Mon Mar 14 16:07:46 UTC 2022
    - 1M bytes
    - Viewed (0)
  3. cmd/handler-utils_test.go

    		{
    			header: http.Header{
    				"X-Amz-Meta-Appid":   []string{"amz-meta"},
    				"X-Minio-Meta-Appid": []string{"minio-meta"},
    			},
    			metadata: map[string]string{
    				"X-Amz-Meta-Appid":   "amz-meta",
    				"X-Minio-Meta-Appid": "minio-meta",
    			},
    			shouldFail: false,
    		},
    		// Fail if header key is not in canonicalized form
    		{
    			header: http.Header{
    				"x-amz-meta-appid": []string{"amz-meta"},
    			},
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  4. cmd/testdata/xl-meta-consist.zip

    1/xl.meta XL2 Æ b ¨Versions‘‚¤Type ¥V2ObjÞ ¢IDÄ ¤DDirÄ ÔLã°ê8EÒŸˆ”Ù Sé6¦EcAlgo £EcM £EcN §EcBSizeÒ §EcIndex ¦EcDistš ¨CSumAlgo ¨PartNums‘ ©PartETags‘ ©PartSizes‘Ò 'ªPartASizes‘Ò '¤SizeÒ 'Â¥MTimeÓ ¿W '’žÉ§MetaSys ¼X-Minio-Internal-actual-sizeÄ 141250§MetaUsr‚¤etagÙ"51fe09d68bacc8c5a68a-1¬content-type¸application/octet-streamÎöa‰ 10/xl.meta XL2 Æ b ¨Versions‘‚¤Type ¥V2ObjÞ ¢IDÄ ¤DDirÄ ÔLã°ê8EÒŸˆ”Ù Sé6¦EcAlgo £EcM £EcN §EcBSizeÒ §EcIndex ¦EcDistš ¨CSumAlgo ¨PartNums‘ ©PartETags‘ ©PartSizes‘Ò 'ªPartASizes‘Ò...
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Wed Jan 19 18:48:00 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  5. cmd/testdata/xl-meta-merge.zip

    v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. This README provides quickstart instructions on running MinIO on bare metal hardware, including container-based installations. For Kubernetes environments, use the [MinIO Kubernetes Operator](https://github.com/minio/operator/blob/master/README.md). ## Container Installation Use the following commands to run a standalone MinIO...
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. cmd/testdata/xl.meta-v1.2.zst

    xl.meta-v1.2.zst xl.meta-v1.2.zst...
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Thu Nov 18 20:15:22 UTC 2021
    - 56.7K bytes
    - Viewed (0)
  7. buildscripts/cicd-corpus/disk4/bucket/testobj/xl.meta

    Harshavardhana <******@****.***> 1650484145 -0700
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Wed Apr 20 19:49:05 UTC 2022
    - 1K bytes
    - Viewed (0)
  8. cmd/xl-storage-format-v2.go

    	vers, _, metaV, buf, err := decodeXLHeaders(x)
    	if err != nil {
    		return nil, err
    	}
    	var succModTime time.Time
    	isLatest := true
    	dst := make([]FileInfo, 0, vers)
    	var xl xlMetaV2Version
    	err = decodeVersions(buf, vers, func(idx int, hdr, meta []byte) error {
    		if _, err := xl.unmarshalV(metaV, meta); err != nil {
    			return err
    		}
    		if !xl.Valid() {
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 64K bytes
    - Viewed (0)
  9. buildscripts/cicd-corpus/disk3/bucket/testobj/xl.meta

    Harshavardhana <******@****.***> 1650484145 -0700
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Wed Apr 20 19:49:05 UTC 2022
    - 531 bytes
    - Viewed (0)
  10. buildscripts/cicd-corpus/disk2/bucket/testobj/xl.meta

    Harshavardhana <******@****.***> 1650484145 -0700
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Wed Apr 20 19:49:05 UTC 2022
    - 531 bytes
    - Viewed (0)
Back to top