I'm using IBM Cloud Object Storage and its NodeJS SDK (https://github.com/IBM/ibm-cos-sdk-js).
I want to generate presigned links so that users can access contents in the bucket without the need to authenticate.
When I call cos.getSignedUrl('getObject', ...)
, I get the error UnsupportedSigner: Presigning only supports S3 or SigV4 signing.
How to solve this issue?