Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
GetObject(ctx context.Context, bucketName, objectName string) (*minio.Object, error)
PutObject(ctx context.Context, bucketName, objectName string, reader io.Reader, contentType string) error
PutObjectFile(ctx context.Context, bucketName, objectName, filePath, contentType string) error
}
Click to show internal directories.
Click to hide internal directories.