Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for jpg (0.2 sec)

  1. docs/screenshots/Example-3.jpg

    Example-3.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 288.5K bytes
    - Viewed (0)
  2. docs/screenshots/erasure-code.jpg

    erasure-code.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 105.7K bytes
    - Viewed (0)
  3. docs/screenshots/Example-1.jpg

    Example-1.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 88.5K bytes
    - Viewed (0)
  4. docs/screenshots/Example-2.jpg

    Example-2.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 134.5K bytes
    - Viewed (0)
  5. docs/screenshots/Architecture-diagram_distributed_8.jpg

    Architecture-diagram_distributed_8.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Oct 23 05:20:38 GMT 2018
    - 215.2K bytes
    - Viewed (0)
  6. docs/screenshots/Architecture-diagram_distributed_16.jpg

    Architecture-diagram_distributed_16.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 252.3K bytes
    - Viewed (0)
  7. docs/screenshots/Minio_Cloud_Native_Arch.jpg

    Minio_Cloud_Native_Arch.jpg...
    JPEG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 137.1K bytes
    - Viewed (0)
  8. docs/multi-tenancy/README.md

    ```sh
    minio server --address :9001 /data/tenant1
    minio server --address :9002 /data/tenant2
    minio server --address :9003 /data/tenant3
    ```
    
    ![Example-1](https://github.com/minio/minio/blob/master/docs/screenshots/Example-1.jpg?raw=true)
    
    ### 1.2 Host Multiple Tenants on Multiple Drives (Erasure Code)
    
    Use the following commands to host 3 tenants on multiple drives:
    
    ```sh
    minio server --address :9001 /disk{1...4}/data/tenant1
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 3K bytes
    - Viewed (0)
  9. internal/event/rules_test.go

    		{"", "*", "*"},
    		{"images/", "", "images/*"},
    		{"images/*", "", "images/*"},
    		{"", "jpg", "*jpg"},
    		{"", "*jpg", "*jpg"},
    		{"images/", "jpg", "images/*jpg"},
    		{"images/*", "jpg", "images/*jpg"},
    		{"images/", "*jpg", "images/*jpg"},
    		{"images/*", "*jpg", "images/*jpg"},
    		{"201*/images/", "jpg", "201*/images/*jpg"},
    	}
    
    	for i, testCase := range testCases {
    		result := NewPattern(testCase.prefix, testCase.suffix)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 8.8K bytes
    - Viewed (0)
  10. docs/erasure/README.md

    ![Erasure](https://github.com/minio/minio/blob/master/docs/screenshots/erasure-code.jpg?raw=true)
    
    ## What is Bit Rot protection?
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 4.1K bytes
    - Viewed (0)
Back to top