Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Storage ¶
type S3Storage interface {
DeleteObject(bucketType enum.BucketType, key string) error
GetPresignedURL(bucketType enum.BucketType, objectKey string, expiration time.Duration) (string, error)
UploadObject(bucketType enum.BucketType, key string, file *multipart.FileHeader) error
}
Click to show internal directories.
Click to hide internal directories.