Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct { Client minio.Client Location string }
func (Storage) MakeBucket ¶
func (Storage) PreSignGet ¶
func (Storage) PreSignPut ¶
type StorageManager ¶
type StorageManager interface { New() PreSignPut() PreSignGet() }
Click to show internal directories.
Click to hide internal directories.