We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81c34b commit 1b1fc48Copy full SHA for 1b1fc48
cmd/backup/script.go
@@ -537,6 +537,7 @@ func (s *script) pruneBackups() error {
537
candidates := s.minioClient.ListObjects(context.Background(), s.c.AwsS3BucketName, minio.ListObjectsOptions{
538
WithMetadata: true,
539
Prefix: filepath.Join(s.c.AwsS3Path, s.c.BackupPruningPrefix),
540
+ Recursive: true,
541
})
542
543
var matches []minio.ObjectInfo
0 commit comments