swiftonfile/etc
Prashanth Pai b4ee36ef11 Fix bug in object name constraint
SOF can support object names of upto 1024 if it conforms to the
following constraints:

Object names can have forward slashes ('/') in them. Each segment in
between these slashes cannot exceed 255 characters with exception of
the last segment which cannot exceed 221 characters.

This constraint arises from the fact that each segment except the last
one in object name is a directory, the last segment being an actual
file on the filesystem.

Also, restored default constraint values in swift.conf since the SOF
constraints middleware (always in proxy pipeline) will take care of it.

Change-Id: Ia7dc44671a87911c092fecd0344eace92f5c225b
Signed-off-by: Prashanth Pai <ppai@redhat.com>
2014-12-01 13:05:29 +05:30
..
fs.conf-swiftonfile changing references of gluster to swiftonfile 2014-07-08 11:04:31 -04:00
object-server.conf-swiftonfile Updating SwiftOnFile version to release 2.0 2014-08-18 13:20:15 -04:00
swift.conf-swiftonfile Fix bug in object name constraint 2014-12-01 13:05:29 +05:30