piranna / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

s3fs.py L572 k.name -> key.name #180

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reporting typo

Original issue reported on code.google.com by kieran.c...@gmail.com on 8 Jul 2014 at 6:54

GoogleCodeExporter commented 9 years ago
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 gc...@loowis.durge.org on 31 Oct 2014 at 2:20

GoogleCodeExporter commented 9 years ago
Looks like r680 was the culprit, committed over 3 years ago!

Original comment by gc...@loowis.durge.org on 31 Oct 2014 at 2:32

GoogleCodeExporter commented 9 years ago
Should it be something like this?
   info["name"] = basename(self._uns3path(key.name))

Original comment by j...@kruu.org on 8 Nov 2014 at 2:45