Scroll to navigation

SWIFT-TEMP-URL(1) General Commands Manual SWIFT-TEMP-URL(1)

NAME

swift-temp-url - generates the query parameters for OpenStack Swift Temporary URL middleware

DESCRIPTION

Tool that generates the query parameters which can be used to access Swift objects directly from a browser by using the Temporary URL middleware.

NOTE: This command is deprecated and will be removed in the future. Please use 'swift tempurl' instead.

SYNOPSIS

swift-temp-url method seconds path key

OPTIONS

The method to allow; GET for example.
The number of seconds from now to allow requests.
The full path to the resource. Example: /v1/AUTH_account/c/o
The X-Account-Meta-Temp-URL-Key for the account.

DOCUMENTATION

More in depth documentation in regards to swift-temp-url and also about OpenStack Swift as a whole can be found at http://docs.openstack.org/developer/swift/index.html and http://docs.openstack.org

August 2016 OpenStack Swift