Skip to content

Commit

Permalink
Merge pull request #6 from fellerj/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fellerj authored Dec 16, 2016
2 parents b4c010a + 636133c commit c7ea66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Subcommand |Usage |Description
`rename-object` | `cf os rename-object service_name container_name object_name new_object_name` | Rename an object
`copy-object` | `cf os copy-object service_name container_name object_name new_container_name` | Copy an object from one container to another
`delete-object` | `cf os delete-object service_name container_name object_name [-l]` | Remove an object from a container
`create-dynamic-object` | `cf os make-dlo service_name dlo_container dlo_name [-c object_container] [-p dlo_prefix]` |Create a DLO manifest in Object Storage
`put-large-object` | `cf os make-slo service_name slo_container slo_name source_file [-m] [-o output_file] [-s chunk_size] [-t num_threads]` |Upload a file to Object Storage as an SLO
`create-dynamic-object` | `cf os create-dynamic-object service_name dlo_container dlo_name [-c object_container] [-p dlo_prefix]` |Create a DLO manifest in Object Storage
`put-large-object` | `cf os put-large-object service_name slo_container slo_name source_file [-m] [-o output_file] [-s chunk_size] [-t num_threads]` |Upload a file to Object Storage as an SLO

**<sup>!</sup>** `auth` checks if `HOME/.cf/os_creds.json` exists and contains the target service's x-auth token and
storage url. If it does, these credentials are used to authenticate with Object Storage (which saves a few http requests).
Expand Down

0 comments on commit c7ea66d

Please sign in to comment.