Demote s3server.py to a demo

This commit is contained in:
Ben Darnell 2011-06-11 12:19:13 -07:00
parent ca14860632
commit 696d9785a6
3 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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
-------------------