Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created February 2, 2015 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/e9859f5ba3887cd88070 to your computer and use it in GitHub Desktop.
Save notmyname/e9859f5ba3887cd88070 to your computer and use it in GitHub Desktop.
$ swift -A <auth_url> -U <user> -K <key> upload --skip-identical --segment-size 100M --use-slo <container> <local file or folder>
where:
auth_url = the URL for auth for your Swift cluster. https://identity.api.rackspacecloud.com/v1.0
user = your Rackspace username
key = your Rackspace API key
container = the container where you're putting the uploaded data
local file or folder = whatever it is you're trying to upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment