Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFileStorage ¶
type CloudFileStorage interface { PutObject(bucket string, key string, file string, contentType string) error GetObject(bucket string, key string, file string) error DeleteObject(bucket string, key string) error DeleteObjects(bucket string, keys []string) error SignPutObjectURL(bucket string, key string, dur time.Duration, contentType string) (*PresignedURL, error) SignGetObjectURL(bucket string, key string, dur time.Duration) (string, error) }
Click to show internal directories.
Click to hide internal directories.