.functests
.probetests
.unittests
AUTHORS
ChangeLog
LICENSE
MANIFEST.in
README
setup.cfg
setup.py
bin/swift
bin/swift-account-audit
bin/swift-account-auditor
bin/swift-account-reaper
bin/swift-account-replicator
bin/swift-account-server
bin/swift-account-stats-logger
bin/swift-bench
bin/swift-container-auditor
bin/swift-container-replicator
bin/swift-container-server
bin/swift-container-stats-logger
bin/swift-container-updater
bin/swift-dispersion-populate
bin/swift-dispersion-report
bin/swift-drive-audit
bin/swift-get-nodes
bin/swift-init
bin/swift-log-stats-collector
bin/swift-log-uploader
bin/swift-object-auditor
bin/swift-object-info
bin/swift-object-replicator
bin/swift-object-server
bin/swift-object-updater
bin/swift-proxy-server
bin/swift-ring-builder
bin/swift-stats-populate
bin/swift-stats-report
doc/source/account.rst
doc/source/admin_guide.rst
doc/source/conf.py
doc/source/container.rst
doc/source/db.rst
doc/source/debian_package_guide.rst
doc/source/deployment_guide.rst
doc/source/development_auth.rst
doc/source/development_guidelines.rst
doc/source/development_saio.rst
doc/source/getting_started.rst
doc/source/howto_installmultinode.rst
doc/source/index.rst
doc/source/misc.rst
doc/source/object.rst
doc/source/overview_architecture.rst
doc/source/overview_auth.rst
doc/source/overview_large_objects.rst
doc/source/overview_reaper.rst
doc/source/overview_replication.rst
doc/source/overview_ring.rst
doc/source/overview_stats.rst
doc/source/proxy.rst
doc/source/ratelimit.rst
doc/source/ring.rst
doc/source/_ga/layout.html
doc/source/_static/basic.css
doc/source/_static/default.css
doc/source/_static/tweaks.css
doc/source/_theme/layout.html
doc/source/_theme/theme.conf
etc/account-server.conf-sample
etc/container-server.conf-sample
etc/dispersion.conf-sample
etc/drive-audit.conf-sample
etc/log-processor.conf-sample
etc/mime.types-sample
etc/object-server.conf-sample
etc/proxy-server.conf-sample
etc/rsyncd.conf-sample
etc/stats.conf-sample
etc/swift.conf-sample
swift/__init__.py
swift.egg-info/PKG-INFO
swift.egg-info/SOURCES.txt
swift.egg-info/dependency_links.txt
swift.egg-info/entry_points.txt
swift.egg-info/top_level.txt
swift/account/__init__.py
swift/account/auditor.py
swift/account/reaper.py
swift/account/replicator.py
swift/account/server.py
swift/common/__init__.py
swift/common/bench.py
swift/common/bufferedhttp.py
swift/common/client.py
swift/common/compressing_file_reader.py
swift/common/constraints.py
swift/common/daemon.py
swift/common/db.py
swift/common/db_replicator.py
swift/common/direct_client.py
swift/common/exceptions.py
swift/common/internal_proxy.py
swift/common/manager.py
swift/common/memcached.py
swift/common/utils.py
swift/common/wsgi.py
swift/common/middleware/__init__.py
swift/common/middleware/acl.py
swift/common/middleware/catch_errors.py
swift/common/middleware/cname_lookup.py
swift/common/middleware/domain_remap.py
swift/common/middleware/healthcheck.py
swift/common/middleware/memcache.py
swift/common/middleware/ratelimit.py
swift/common/middleware/staticweb.py
swift/common/middleware/swift3.py
swift/common/middleware/tempauth.py
swift/common/ring/__init__.py
swift/common/ring/builder.py
swift/common/ring/ring.py
swift/container/__init__.py
swift/container/auditor.py
swift/container/replicator.py
swift/container/server.py
swift/container/updater.py
swift/obj/__init__.py
swift/obj/auditor.py
swift/obj/replicator.py
swift/obj/server.py
swift/obj/updater.py
swift/proxy/__init__.py
swift/proxy/server.py
swift/stats/__init__.py
swift/stats/access_processor.py
swift/stats/db_stats_collector.py
swift/stats/log_processor.py
swift/stats/log_uploader.py
swift/stats/stats_processor.py
test/__init__.py
test/functional/__init__.py
test/functional/sample.conf
test/functional/swift.py
test/functional/tests.py
test/functionalnosetests/__init__.py
test/functionalnosetests/swift_testing.py
test/functionalnosetests/test_account.py
test/functionalnosetests/test_container.py
test/functionalnosetests/test_object.py
test/probe/__init__.py
test/probe/common.py
test/probe/test_account_failures.py
test/probe/test_container_failures.py
test/probe/test_object_async_update.py
test/probe/test_object_failures.py
test/probe/test_object_handoff.py
test/probe/test_running_with_each_type_down.py
test/unit/__init__.py
test/unit/account/__init__.py
test/unit/account/test_auditor.py
test/unit/account/test_reaper.py
test/unit/account/test_replicator.py
test/unit/account/test_server.py
test/unit/common/__init__.py
test/unit/common/test_bench.py
test/unit/common/test_bufferedhttp.py
test/unit/common/test_client.py
test/unit/common/test_compressing_file_reader.py
test/unit/common/test_constraints.py
test/unit/common/test_daemon.py
test/unit/common/test_db.py
test/unit/common/test_db_replicator.py
test/unit/common/test_direct_client.py
test/unit/common/test_exceptions.py
test/unit/common/test_init.py
test/unit/common/test_internal_proxy.py
test/unit/common/test_manager.py
test/unit/common/test_memcached.py
test/unit/common/test_utils.py
test/unit/common/test_wsgi.py
test/unit/common/middleware/__init__.py
test/unit/common/middleware/test_acl.py
test/unit/common/middleware/test_cname_lookup.py
test/unit/common/middleware/test_domain_remap.py
test/unit/common/middleware/test_except.py
test/unit/common/middleware/test_healthcheck.py
test/unit/common/middleware/test_memcache.py
test/unit/common/middleware/test_ratelimit.py
test/unit/common/middleware/test_staticweb.py
test/unit/common/middleware/test_swift3.py
test/unit/common/middleware/test_tempauth.py
test/unit/common/ring/__init__.py
test/unit/common/ring/test_builder.py
test/unit/common/ring/test_ring.py
test/unit/container/__init__.py
test/unit/container/test_auditor.py
test/unit/container/test_replicator.py
test/unit/container/test_server.py
test/unit/container/test_updater.py
test/unit/obj/__init__.py
test/unit/obj/test_auditor.py
test/unit/obj/test_replicator.py
test/unit/obj/test_server.py
test/unit/obj/test_updater.py
test/unit/proxy/__init__.py
test/unit/proxy/test_server.py
test/unit/stats/__init__.py
test/unit/stats/test_access_processor.py
test/unit/stats/test_db_stats_collector.py
test/unit/stats/test_log_processor.py
test/unit/stats/test_log_uploader.py
test/unit/stats/test_stats_processor.py