opentelekomcloud / python-otcclient

(Obsolete) Python bindings to the T-Systems OTC API
MIT License
15 stars 20 forks source link

Invalid command:'token' on "otc s3 ls" command #73

Open make-ing opened 5 years ago

make-ing commented 5 years ago

i just installed the python-otcclient via pip did the configuration via otc --configure but then i tried to issue the otc s3 ls command which failed with the message:


Invalid command:'token'
usage: otc [-h] [-V] [-d] [--configure [{user,proxy}]] <plugin name> <command>
Available plugin commands:
('rds', ['describe_db_instances', 'describe_datastore', 'describe_flavors'])
...```
any suggestions on how to solve this problem?