Documentation ¶
Index ¶
- type S3
- func (s *S3) CanReadURI(uri string) (bool, error)
- func (s *S3) Delete(object string) error
- func (s *S3) Download(object string, toPath string) error
- func (s *S3) Exists(object string) (bool, error)
- func (s *S3) Get(object string) ([]byte, error)
- func (s *S3) Put(object string, fromPath string) (*storage.UploadInfo, error)
- func (s *S3) PutBytes(object string, data []byte) (*storage.UploadInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3 ¶
S3 is an implementation of the Storage interface for S3.
func (*S3) CanReadURI ¶
CanReadURI checks if a URI can be read by the storage backend.
Click to show internal directories.
Click to hide internal directories.