Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for META (0.16 sec)

  1. docs/bucket/replication/DESIGN.md

    ### Internal metadata for replication
    
    `xl.meta` that is in use for [versioning](https://github.com/minio/minio/blob/master/docs/bucket/versioning/DESIGN.md) has additional metadata for replication of objects,delete markers and versioned deletes.
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 14.7K bytes
    - Viewed (0)
  2. docs/bucket/versioning/DESIGN.md

    ## Description of `xl.meta`
    
    `xl.meta` is a new self describing backend format used by MinIO to support AWS S3 compatible versioning.
    This file is the source of truth for each `version` at rest. `xl.meta` is a msgpack file serialized from a
    well defined data structure. To understand `xl.meta` here are the few things to start with
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Jul 17 15:43:14 GMT 2022
    - 5.8K bytes
    - Viewed (1)
  3. docs/bucket/lifecycle/DESIGN.md

    Extra metadata maintained internally in `xl.meta` for a transitioned object
    
    ```
    ...
            "MetaSys": {
              "x-minio-internal-transition-status": "Y29tcGxldGU=",
              "x-minio-internal-transition-tier": "R0NTVElFUjE=",
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 4.3K bytes
    - Viewed (0)
Back to top