Versions in this module Expand all Collapse all v1 v1.3.1 Oct 9, 2024 v1.3.0 Oct 5, 2024 v1.2.0 Oct 1, 2024 Changes in this version + type AWSProvider struct + func NewAWSProvider() (*AWSProvider, error) + func (a *AWSProvider) Delete(path string) error + func (a *AWSProvider) ListFiles(fullPath string) ([]*providers.BackupInfo, error) v1.1.0 Nov 8, 2023 Changes in this version + var ClientS3 *s3.Client + func DeleteS3File(bucket, path string) error + func GetAllS3Files(bucket, prefix string) ([]types.Object, error) + func GetS3FilesList(bucket, prefix string) *rotate.BackupFiles