Documentation ¶
Index ¶
- type S3FileInfo
- type S3Fs
- func (s S3Fs) Chmod(name string, mode os.FileMode) error
- func (S3Fs) Chtimes(name string, atime time.Time, mtime time.Time) error
- func (S3Fs) Create(name string) (afero.File, error)
- func (s *S3Fs) CreateBucket(name string) error
- func (s S3Fs) Exists(path string) (bool, error)
- func (s S3Fs) IsDir(path string) (bool, error)
- func (S3Fs) Mkdir(name string, perm os.FileMode) error
- func (S3Fs) MkdirAll(path string, perm os.FileMode) error
- func (S3Fs) Name() string
- func (s S3Fs) Open(name string) (afero.File, error)
- func (s S3Fs) OpenFile(name string, flag int, perm os.FileMode) (afero.File, error)
- func (s S3Fs) Push(f afero.File, path string) error
- func (s S3Fs) ReadDir(dirname string) ([]string, error)
- func (s S3Fs) Remove(name string) error
- func (s S3Fs) RemoveAll(dirname string) error
- func (s S3Fs) Rename(oldname, newname string) error
- func (s S3Fs) Stat(name string) (os.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3FileInfo ¶
S3FileInfo info
type S3Fs ¶
type S3Fs struct { Bucket string // contains filtered or unexported fields }
S3Fs main struct
func (*S3Fs) CreateBucket ¶
CreateBucket create a s3 bucket
Click to show internal directories.
Click to hide internal directories.