mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
s3: Return only basename in List()
This commit is contained in:
parent
fba6211c99
commit
5c59484d2b
@ -386,7 +386,7 @@ func (be *s3) List(t restic.FileType, done <-chan struct{}) <-chan string {
|
||||
}
|
||||
|
||||
select {
|
||||
case ch <- m:
|
||||
case ch <- path.Base(m):
|
||||
case <-done:
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user