Documentation ¶
Index ¶
- type Opts
- type S3
- func (s *S3) Clone() interfaces.Storage
- func (s *S3) Close() error
- func (s *S3) Configure(p Params)
- func (s *S3) DeleteOldBackups(logCh chan logger.LogRecord, ofs string, job interfaces.Job, full bool) error
- func (s *S3) DeliveryBackup(logCh chan logger.LogRecord, jobName, tmpBackupFile, ofs, bakType string) error
- func (s *S3) GetFileReader(ofsPath string) (io.Reader, error)
- func (s *S3) GetName() string
- func (s *S3) IsLocal() int
- func (s *S3) ListBackups(ofsPath string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3 ¶
type S3 struct { Retention // contains filtered or unexported fields }
func (*S3) Clone ¶
func (s *S3) Clone() interfaces.Storage
func (*S3) DeleteOldBackups ¶
func (*S3) DeliveryBackup ¶
Click to show internal directories.
Click to hide internal directories.