Documentation ¶
Index ¶
Constants ¶
View Source
const MinutesToExpireSignedURL = 15
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IService ¶
type IService interface { ListBuckets() (string, error) CreateBucket(name string, isPublic bool) (string, error) PutObjectsAsync(bucket string, filenames []string, outCh chan string, errCh chan error) PutObjects(bucket string, filePaths []string) (output []string, errArr []error) ListObjects(bucket string) (string, error) GetObject(bucket, key, path string) error DeleteObject(bucket, key string) error DeleteBucket(bucket string) error AssignURL(bucket, key string) (string, error) }
Click to show internal directories.
Click to hide internal directories.