chmouel / upcs

Upload to OpenStack Swift with curl easily
62 stars 13 forks source link

Set options and TTL to empty when args are null for put_large_object #17

Closed khangtoh closed 10 years ago

khangtoh commented 10 years ago

When sending large files and not specifying options causes curl to fail. Adding a check to see if options and ttl are null and if so, empty them.

chmouel commented 10 years ago

woo thanks, I never send such large files so didn't test :)

khangtoh commented 10 years ago

:) thanks for the awesome tool