swift/doc/saio/swift
Robert Francis 99b89aea10 Symlink implementation.
Add a symbolic link ("symlink") object support to Swift. This
object will reference another object. GET and HEAD
requests for a symlink object will operate on the referenced object.
DELETE and PUT requests for a symlink object will operate on the
symlink object, not the referenced object, and will delete or
overwrite it, respectively.
POST requests are *not* forwarded to the referenced object and should
be sent directly. POST requests sent to a symlink object will
result in a 307 Error.

Historical information on symlink design can be found here:
https://github.com/openstack/swift-specs/blob/master/specs/in_progress/symlinks.rst.
https://etherpad.openstack.org/p/swift_symlinks

Co-Authored-By: Thiago da Silva <thiago@redhat.com>
Co-Authored-By: Janie Richling <jrichli@us.ibm.com>
Co-Authored-By: Kazuhiro MIYAHARA <miyahara.kazuhiro@lab.ntt.co.jp>
Co-Authored-By: Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>

Change-Id: I838ed71bacb3e33916db8dd42c7880d5bb9f8e18
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2017-12-13 21:26:12 +00:00
..
account-server Bind SAIO services on different loopback addresses 2017-06-27 16:08:08 -04:00
container-server Bind SAIO services on different loopback addresses 2017-06-27 16:08:08 -04:00
object-server Bind SAIO services on different loopback addresses 2017-06-27 16:08:08 -04:00
container-reconciler.conf Removed default value for log_statsd_host 2016-02-10 10:36:59 -06:00
container-sync-realms.conf Add container sync probe test to SAIO default set 2015-08-22 22:50:50 +03:00
object-expirer.conf Removed default value for log_statsd_host 2016-02-10 10:36:59 -06:00
proxy-server.conf Symlink implementation. 2017-12-13 21:26:12 +00:00
swift.conf Add note on using printable chars for swift_hash_path_suffix/prefix 2016-02-17 20:47:53 +01:00