Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Gill (0.14 sec)

  1. docs/distributed/DESIGN.md

            return int(sip.Sum64() % uint64(cardinality))
    }
    ```
    
    Input for the key is the object name specified in `PutObject()`, returns a unique index. This index is one of the erasure sets where the object will reside. This function is a consistent hash for a given object name i.e for a given object name the index returned is always the same.
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Aug 15 23:04:20 GMT 2023
    - 8K bytes
    - Viewed (0)
  2. docs/bucket/replication/DESIGN.md

    deleted as `PENDING` purge and deletes the version from source after syncing to the target and ensuring target version is deleted. The delete marker being deleted or object version being deleted will still be visible on listing with `mc ls --versions` until the sync is completed. Objects marked as deleted will not be accessible via `GET` or `HEAD` requests and would return a http response code of `405`. The status of versioned delete replication on the source can be queried by `HEAD` request on the...
    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)
  3. docs/bucket/lifecycle/DESIGN.md

    ### Expiry or removal events
    
    An object that is in transition tier will be deleted once the object hits expiry date or if removed via `mc rm` (`mc rm --vid` in the case of delete of a specific object version). Other rules specific to legal hold and object locking precede any lifecycle rules.
    
    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)
  4. docs/bucket/versioning/DESIGN.md

    | xlVersion | [4]byte     | `'1', ' ', ' ', ' '`
    | xlMetaV2  | msgp object | All versions as single messagepack object
    | [EOF] | |
    
    ### v1.1+
    
    Version 1.1 added inline data, which will be placed after the metadata.
    
    Therefore, the metadata is wrapped as a binary array for easy skipping.
    
    | Entry          | Encoding       | Content
    | ---------------|----------------|----------------------------------------
    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)
Back to top