Demote s3server.py to a demo
This commit is contained in:
parent
ca14860632
commit
696d9785a6
|
@ -17,7 +17,6 @@ class ImportTest(unittest.TestCase):
|
|||
import tornado.iostream
|
||||
import tornado.locale
|
||||
import tornado.options
|
||||
import tornado.s3server
|
||||
import tornado.simple_httpclient
|
||||
import tornado.stack_context
|
||||
import tornado.template
|
||||
|
|
|
@ -92,9 +92,6 @@ walkthrough of the `web` package.
|
|||
* [`iostream`](http://github.com/facebook/tornado/blob/master/tornado/iostream.py) - A simple wrapper around non-blocking sockets to aide common reading and writing patterns
|
||||
* [`ioloop`](http://github.com/facebook/tornado/blob/master/tornado/ioloop.py) - Core I/O loop
|
||||
|
||||
### Random modules
|
||||
* [`s3server`](http://github.com/facebook/tornado/blob/master/tornado/s3server.py) - A web server that implements most of the [Amazon S3](http://aws.amazon.com/s3/) interface, backed by local file storage
|
||||
|
||||
|
||||
Tornado walkthrough
|
||||
-------------------
|
||||
|
|
Loading…
Reference in New Issue