Documentation ¶ Index ¶ type Manager func NewManager(client *minio.Client, bucketName string) *Manager func (s *Manager) GetObjectURL(ctx context.Context, objectName string, timeOut time.Duration) (string, error) func (s *Manager) PutObjectURL(ctx context.Context, objectName string, timeOut time.Duration) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } func NewManager ¶ func NewManager(client *minio.Client, bucketName string) *Manager func (*Manager) GetObjectURL ¶ func (s *Manager) GetObjectURL(ctx context.Context, objectName string, timeOut time.Duration) (string, error) func (*Manager) PutObjectURL ¶ func (s *Manager) PutObjectURL(ctx context.Context, objectName string, timeOut time.Duration) (string, error) Source Files ¶ View all Source files minio.go Click to show internal directories. Click to hide internal directories.