...
Info |
---|
This is only supported via Gateway: see Multipart MIME POST. Multiple files are uploaded in a single POST with |
curl -v -u "USER:PASSWORD" -F upload=@/tmp/myhugefile.zip -F upload=@/tmp/foo.gif "http://mydomain.example.com/mybucket/"
*Don't forget the "@" before the filename!
...