$ ibmcloud cos put-object --bucket cos-ce-perf-bucket-dev-serving --key create_times.csv --body /Users/zyjiaobj/Code/coligo/e2e-test-agent/perf/create_times.csv
FAILED
The specified key does not exist.
$ ibmcloud cos upload --bucket cos-ce-perf-bucket-dev-serving --key create_times.csv --file /Users/zyjiaobj/Code/coligo/e2e-test-agent/perf/create_times.csv
FAILED
The specified key does not exist.
I'm referring the document https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-cli-plugin-ic-cos-cli to upload file in to a cos bucket, but always getting a error saying that "The specified key does not exist."