Documentation
¶
Overview ¶
Package minio registers the "minio" driver for objectstorex.
Import this package once in your main function:
import _ "github.com/aisphereio/kernel/objectstorex/minio"
The driver uses github.com/minio/minio-go/v7 and is compatible with any S3-compatible service (AWS S3, Minio, DigitalOcean Spaces, etc.).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDirectClient ¶
func NewDirectClient(cfg objectstorex.Config) (objectstorex.Client, error)
NewDirectClient creates an objectstorex.Client from the given Config without going through the driver registry. Useful for tests.
In production, use objectstorex.New(cfg) instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.