... | @@ -83,7 +83,9 @@ You need to send a POST message to your Storage-Url, with the header X-Container |
... | @@ -83,7 +83,9 @@ You need to send a POST message to your Storage-Url, with the header X-Container |
|
|
|
|
|
As you can see, you need something to put in X-Auth-Token field [Note from Peter: you also need the Storage URL], to get that value you have issue this other command in your Mac or Linux terminal:
|
|
As you can see, you need something to put in X-Auth-Token field [Note from Peter: you also need the Storage URL], to get that value you have issue this other command in your Mac or Linux terminal:
|
|
|
|
|
|
|
|
```
|
|
curl -H "X-Auth-User: your-user-name" -H "X-Auth-Key: 0123456789abcdef01234567899d" https://auth.api.rackspacecloud.com/v1.0/ -v
|
|
curl -H "X-Auth-User: your-user-name" -H "X-Auth-Key: 0123456789abcdef01234567899d" https://auth.api.rackspacecloud.com/v1.0/ -v
|
|
|
|
```
|
|
Where:
|
|
Where:
|
|
|
|
|
|
* X-Auth-User: Is the username you use to log into your Rackspace account
|
|
* X-Auth-User: Is the username you use to log into your Rackspace account
|
... | | ... | |