Skip to content

Commit

Permalink
#17 Small fix in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuess committed Jan 11, 2015
1 parent 90556a5 commit 2b35561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Slingshot.createDirective("google-cloud-example", Slingshot.RackspaceFiles, {
To setup CORS you also need to your Auth-Token from above and use:

```bash
curl -I -X HEAD -H 'X-Auth-Token: yourAuthToken' \
curl -I -X POST -H 'X-Auth-Token: yourAuthToken' \
-H 'X-Container-Meta-Access-Control-Allow-Origin: *' \
-H 'X-Container-Meta-Access-Expose-Headers: etag location x-timestamp x-trans-id Access-Control-Allow-Origin' \
https://storage101.containerRegion.clouddrive.com/v1/MossoCloudFS_yourAccoountNumber/yourContainer
Expand Down

0 comments on commit 2b35561

Please sign in to comment.