minio

package
v0.32.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg config.MinIOConfig, appCfg *config.AppConfig) (storage.Service, error)

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func (*Service) AbortMultipart added in v0.23.0

func (s *Service) AbortMultipart(ctx context.Context, opts storage.AbortMultipartOptions) error

func (*Service) CompleteMultipart added in v0.23.0

func (s *Service) CompleteMultipart(ctx context.Context, opts storage.CompleteMultipartOptions) (*storage.ObjectInfo, error)

func (*Service) CopyObject

func (s *Service) CopyObject(ctx context.Context, opts storage.CopyObjectOptions) (*storage.ObjectInfo, error)

func (*Service) DeleteObject

func (s *Service) DeleteObject(ctx context.Context, opts storage.DeleteObjectOptions) error

func (*Service) DeleteObjects

func (s *Service) DeleteObjects(ctx context.Context, opts storage.DeleteObjectsOptions) error

func (*Service) GetObject

func (*Service) Init

func (s *Service) Init(ctx context.Context) error

func (*Service) InitMultipart added in v0.23.0

func (*Service) MaxPartCount added in v0.23.0

func (*Service) MaxPartCount() int

func (*Service) PartSize added in v0.23.0

func (*Service) PartSize() int64

func (*Service) PutObject

func (s *Service) PutObject(ctx context.Context, opts storage.PutObjectOptions) (*storage.ObjectInfo, error)

func (*Service) PutPart added in v0.23.0

func (s *Service) PutPart(ctx context.Context, opts storage.PutPartOptions) (*storage.PartInfo, error)

func (*Service) StatObject

func (s *Service) StatObject(ctx context.Context, opts storage.StatObjectOptions) (*storage.ObjectInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL