Documentation
¶
Index ¶
- Constants
- type S3Storage
- func (s *S3Storage) Append(path, data string) bool
- func (s *S3Storage) Copy(from, to string) bool
- func (s *S3Storage) Delete(path string) bool
- func (s *S3Storage) DeleteDir(dir string) bool
- func (s *S3Storage) Exists(path string) bool
- func (s *S3Storage) Get(path string) ([]byte, error)
- func (s *S3Storage) LastModified(path string) time.Time
- func (s *S3Storage) MakeDir(dir string) bool
- func (s *S3Storage) Move(from, to string) bool
- func (s *S3Storage) Put(path, contents string, options ...interface{}) bool
- func (s *S3Storage) PutFile(path string, fileSource *os.File, options ...interface{}) bool
- func (s *S3Storage) PutFilepath(path, filePath string, options ...interface{}) bool
- func (s *S3Storage) Size(path string) int64
- func (s *S3Storage) Url(path string) string
Constants ¶
View Source
const (
Type = storage.Type("s3")
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.