logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

swift-proxy-server - OpenStack Swift proxy server.

Description

       The  Swift  Proxy  Server is responsible for tying together the rest of the Swift architecture.  For each
       request, it will look up the location of the account, container, or object in  the  ring  and  route  the
       request  accordingly. The public API is also exposed through the Proxy Server. A large number of failures
       are also handled in the Proxy Server. For example, if a server is unavailable for an object PUT, it  will
       ask the ring for a handoff server and route there instead. When objects are streamed to or from an object
       server, they are streamed directly through the proxy server to or from the user the proxy server does not
       spool them.

Documentation

       More  in  depth  documentation in regards to swift-proxy-server and also about OpenStack Swift as a whole
       can be found at https://docs.openstack.org/swift/latest/

Name

swift-proxy-server - OpenStack Swift proxy server.

See Also

proxy-server.conf(5)

Linux                                               8/26/2011                              swift-proxy-server(1)

Synopsis

swift-proxy-server [CONFIG] [-h|--help] [-v|--verbose]

See Also