You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2020. It is now read-only.
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.