Senthil Kumaran <orsent...@gmail.com> added the comment:

Does s3 stand for the amazon s3 services? urlparse does not have it under its 
list of known schemes yet. Does s3 have any specifications as such or is 
aligned towards any of the known schemes (like http or ftp)?

s3 is valid scheme name according to rfc 3986, but urlparse module does not 
seem to recognize it. If we say, s3 to be much similar to http, then it can be 
added to list of known schemes. Does Amazon say anything about it?

----------
assignee:  -> orsenthil
nosy: +orsenthil

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7904>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to