← Back to team overview

openstack team mailing list archive

Re: [Openstack swift][1.6.0] Regarding to swift api for "Controlling a Large List of Containers"

 

On Tue, Aug 28, 2012 at 5:46 AM, Irene.Peng-彭怡欣-研究發展部 > API like below:
> Curl –H ‘X-Auth-Token: <Token_ID>’
> http://<Proxy_website>/<Account>?marker=banana&limit=2
>

I think you just need to put quotation marks around that URL -- the &
is causing the curl command to be backgrounded by the shell, and
cutting off the url being sent.

- Mike


References