I see that in latest version (3.x) header options have been reduced.
It only gives
-BH [K=V], --base-headers [K=V]
But in older version (Turbolift 2.1.3) there were three option.
-BH [K=V], --base-headers [K=V]
-OH [K=V], --object-headers [K=V]
-CH [K=V], --container-headers [K=V]
My following command now fails because last two option are not available now.
turbolift -u user -a key --object-headers Access-Control-Allow-Origin=* --os-rax-auth ord upload -s -c
can you please tell me how can I achieve same with new version.
Thank You,
Krishan G