Versions in this module Expand all Collapse all v0 v0.8.0 Feb 22, 2026 v0.7.0 Jan 20, 2026 Changes in this version type API + PutObjectFile func(ctx context.Context, bucketName, objectName, filePath, contentType string) error v0.6.0 Dec 10, 2025 Changes in this version + type API interface + GetObject func(ctx context.Context, bucketName, objectName string) (*minio.Object, error) + PutObject func(ctx context.Context, bucketName, objectName, filePath, contentType string) error