Documentation
¶
Index ¶
- Constants
- type Config
- type CopyInfo
- type FileInfo
- type S3FS
- func (this *S3FS) BulkCopy(prefix string, dest string, metadata *map[string]*string) error
- func (this *S3FS) BulkDelete(prefix string) error
- func (this *S3FS) BulkMove(prefix string, dest string) error
- func (this *S3FS) Copy(src string, dest string, metadata *map[string]*string) error
- func (this *S3FS) CreateBucket(name string) error
- func (this *S3FS) Delete(key string) error
- func (this *S3FS) DeleteBucket(name string) error
- func (this *S3FS) ExactPathExists(key string) bool
- func (this *S3FS) Get(key string) (*io.ReadCloser, error)
- func (this *S3FS) Info(key string) *s3.HeadObjectOutput
- func (this *S3FS) List(key string) *[]FileInfo
- func (this *S3FS) MkDir(key string) error
- func (this *S3FS) Move(src string, dest string) error
- func (this *S3FS) PathExists(key string) bool
- func (this *S3FS) Put(key string, body io.ReadCloser, contentType string) error
- func (this *S3FS) SingleCopy(src string, dest string, metadata *map[string]*string) error
- func (this *S3FS) SingleDelete(key string) error
- func (this *S3FS) SingleMove(src string, dest string) error
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type FileInfo ¶
Click to show internal directories.
Click to hide internal directories.