Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
GetPresignedUrl(ctx context.Context, bucketName string, objectName string) (*url.URL, error)
PutPresignedUrl(ctx context.Context, bucketName string, objectName string) (*url.URL, error)
RemoveObject(ctx context.Context, bucketName string, objetName string) error
}
func NewService ¶
Click to show internal directories.
Click to hide internal directories.