Menu

#59 error on line 76 in S3Uri.py

open
nobody
None
5
2013-02-19
2010-07-05
Anonymous
No

return S3.S3.check_bucket_name_dns_conformity(self._bucket)
should be:
return S3.check_bucket_name_dns_conformity(self._bucket)

Discussion


Log in to post a comment.