mirror of
https://github.com/restic/restic.git
synced 2025-08-20 03:47:29 +00:00
@@ -72,6 +72,6 @@ func (l *S3LegacyLayout) Paths() (dirs []string) {
|
||||
}
|
||||
|
||||
// Basedir returns the base dir name for type t.
|
||||
func (l *S3LegacyLayout) Basedir(t restic.FileType) string {
|
||||
return l.Join(l.Path, s3LayoutPaths[t])
|
||||
func (l *S3LegacyLayout) Basedir(t restic.FileType) (dirname string, subdirs bool) {
|
||||
return l.Join(l.Path, s3LayoutPaths[t]), false
|
||||
}
|
||||
|
Reference in New Issue
Block a user