pyfilesystem
pyfilesystem copied to clipboard
s3fs.py L572 k.name -> key.name
Reporting typo
Original issue reported on code.google.com by [email protected] on 8 Jul 2014 at 6:54
Hmm, seems like the _uns3key method used on that line is also missing, so
there's no way of knowing (unless the original author chips in) *what* that
line is supposed to be :-/
Original comment by [email protected] on 31 Oct 2014 at 2:20
Looks like r680 was the culprit, committed over 3 years ago!
Original comment by [email protected] on 31 Oct 2014 at 2:32
Should it be something like this?
info["name"] = basename(self._uns3path(key.name))
Original comment by [email protected] on 8 Nov 2014 at 2:45