Closed abratnap closed 2 years ago
Observed that copy_objects fails while uploading to COS as bucket info wasn't passed.
copy_objects
The upload_file API endpoint from ibm_boto3 library take params as bucket and key and they needs to be passed correctly.
ibm_boto3
Published release 0.5.11
Observed that
copy_objects
fails while uploading to COS as bucket info wasn't passed.The upload_file API endpoint from
ibm_boto3
library take params as bucket and key and they needs to be passed correctly.