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-object-info - OpenStack Swift object-info tool

Description

       This  is  a very simple swift tool that allows a swiftop engineer to retrieve information about an object
       that is located on the storage node. One calls the tool with a given object file as it is stored  on  the
       storage node system.  It will then return several information about that object such as;

       - Account it belongs to
       - Container
       - Object hash
       - Content Type
       - timestamp
       - Etag
       - Content Length
       - User Metadata
       - Location on the ring

Documentation

       More documentation about OpenStack Swift can be found at https://docs.openstack.org/swift/latest/

Name

swift-object-info - OpenStack Swift object-info tool

Options

-h--help
              Shows the help message and exit

       -n,--no-check-etag
              Don't verify file contents against stored etag

       -dSWIFT_DIR,--swift-dir=SWIFT_DIR
              Pass location of swift configuration file if different from the default location /etc/swift

       -PPOLICY_NAME,--policy-name=POLICY_NAME
              Specify storage policy name

See Also

swift-account-info(1),swift-container-info(1),swift-get-nodes(1)

Linux                                              10/25/2016                               swift-object-info(1)

Synopsis

swift-object-info <object_file> [options]

See Also