Documentation ¶ Index ¶ func NewDir(bucketName string, endpoint string, secure bool, userName string, ...) (http.FileSystem, error) func NewMinIODriver(endpoint string, bucketName string, secure bool, userName string, ...) driver.Driver type Dir func (d *Dir) Open(name string) (http.File, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewDir ¶ func NewDir(bucketName string, endpoint string, secure bool, userName string, password string, r retry.Retry) (http.FileSystem, error) NewDir returns a http.FileSystem instance for MinIO func NewMinIODriver ¶ added in v0.5.0 func NewMinIODriver(endpoint string, bucketName string, secure bool, userName string, password string, autoReconnect bool, r retry.Retry) driver.Driver NewMinIODriver get a MinIO driver Types ¶ type Dir ¶ type Dir struct { // contains filtered or unexported fields } Dir an implementation of http.FileSystem for MinIO func (*Dir) Open ¶ func (d *Dir) Open(name string) (http.File, error) Open opens the named file for reading Source Files ¶ View all Source files dir.godir_file.godir_file_info.gofile.gofile_info.gominio.go Click to show internal directories. Click to hide internal directories.