Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Architecture (0.21 sec)

  1. docs/screenshots/Architecture-diagram_distributed_16.png

    Architecture-diagram_distributed_16.png...
    PNG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Nov 24 03:30:23 GMT 2016
    - 353.7K bytes
    - Viewed (0)
  2. 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)
  3. docs/screenshots/Architecture-diagram_distributed_8.png

    Architecture-diagram_distributed_8.png...
    PNG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Oct 23 05:20:38 GMT 2018
    - 89.7K bytes
    - Viewed (0)
  4. docs/screenshots/Architecture-diagram_distributed_16.svg

    Architecture-diagram_distributed_16.svg...
    SVG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Apr 15 00:21:57 GMT 2017
    - 60K bytes
    - Viewed (0)
  5. docs/screenshots/Architecture-diagram_distributed_8.svg

    Architecture-diagram_distributed_8.svg...
    SVG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Oct 23 05:20:38 GMT 2018
    - 212K bytes
    - Viewed (0)
  6. docs/screenshots/Architecture-diagram_distributed_nm.png

    Architecture-diagram_distributed_nm.png...
    PNG Image
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon May 11 16:33:55 GMT 2020
    - 548K bytes
    - Viewed (0)
  7. 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)
  8. README.fips.md

    MinIO FIPS executables are available at <http://dl.min.io> - they are only published for `linux-amd64` architecture as binary files with the suffix `.fips`. We also publish corresponding container images to our official image repositories.
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Jul 17 15:43:14 GMT 2022
    - 869 bytes
    - Viewed (0)
  9. cmd/update.go

    			Message:    err.Error(),
    			StatusCode: http.StatusInternalServerError,
    		}
    	}
    	return resp.Body, nil
    }
    
    var updateInProgress atomic.Uint32
    
    // Function to get the reader from an architecture
    func downloadBinary(u *url.URL, mode string) (binCompressed []byte, bin []byte, err error) {
    	transport := getUpdateTransport(30 * time.Second)
    	var reader io.ReadCloser
    	if u.Scheme == "https" || u.Scheme == "http" {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 24 04:08:47 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  10. docs/distributed/DESIGN.md

    # Distributed Server Design Guide [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)
    
    This document explains the design, architecture and advanced use cases of the MinIO distributed server.
    
    ## Command-line
    
    ```
    NAME:
      minio server - start object storage server
    
    USAGE:
      minio server [FLAGS] DIR1 [DIR2..]
      minio server [FLAGS] DIR{1...64}
      minio server [FLAGS] DIR{1...64} DIR{65...128}
    
    DIR:
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Aug 15 23:04:20 GMT 2023
    - 8K bytes
    - Viewed (0)
Back to top