This is the command swift-object-server that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
swift-object-server - Openstack-swift object server.
SYNOPSIS
swift-object-server [CONFIG] [-h|--help] [-v|--verbose]
DESCRIPTION
The Object Server is a very simple blob storage server that can store, retrieve and delete
objects stored on local devices. Objects are stored as binary files on the filesystem with
metadata stored in the file's extended attributes (xattrs). This requires that the
underlying filesystem choice for object servers support xattrs on files. Some filesystems,
like ext3, have xattrs turned off by default. Each object is stored using a path derived
from the object name's hash and the operation's timestamp. Last write always wins, and
ensures that the latest object version will be served. A deletion is also treated as a
version of the file (a 0 byte file ending with ".ts", which stands for tombstone). This
ensures that deleted files are replicated correctly and older versions don't magically
reappear due to failure scenarios.
DOCUMENTATION
More in depth documentation in regards to swift-object-server and also about Openstack-
Swift as a whole can be found at http://swift.openstack.org/index.html and
http://docs.openstack.org
Use swift-object-server online using onworks.net services