Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyObjectResult ¶
type Credentials ¶
type Gateway ¶
type Gateway interface { Name() string NewGatewayLayer(creds Credentials) (ObjectLayer, error) }
type ObjectInfo ¶
type ObjectLayer ¶
type ObjectLayer interface { PutObject(ctx context.Context, objectKey string, reader io.Reader, size int64, options minio.PutObjectOptions) (minio.UploadInfo, error) GetObject(ctx context.Context, objectKey string, options minio.GetObjectOptions) (interface{}, error) CopyObject(ctx context.Context, dest minio.CopyDestOptions, src minio.CopySrcOptions) (minio.UploadInfo, error) }
type ObjectOptions ¶
type ObjectOptions struct { }
Click to show internal directories.
Click to hide internal directories.