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 9c23767 commit e81c34bCopy full SHA for e81c34b
cmd/backup/script.go
@@ -536,7 +536,7 @@ func (s *script) pruneBackups() error {
536
if s.minioClient != nil {
537
candidates := s.minioClient.ListObjects(context.Background(), s.c.AwsS3BucketName, minio.ListObjectsOptions{
538
WithMetadata: true,
539
- Prefix: s.c.BackupPruningPrefix,
+ Prefix: filepath.Join(s.c.AwsS3Path, s.c.BackupPruningPrefix),
540
})
541
542
var matches []minio.ObjectInfo
0 commit comments