Something likes this(don't think this is the same library tho): ```js let params = { Bucket: bucke
Something likes this(don't think this is the same library tho):
let params = {
Bucket: bucket, /* Bucket name */
Key: fileName, /* File name */
PartNumber: partNumber, /* Part to create pre-signed url */
UploadId: uploadId /* UploadId from Endpoint 1 response */
};
const s3 = new AWS.S3(AWSData);
const res = await s3.getSignedUrl('uploadPart', params)aws-sdk-js-v3 (https://developers.cloudflare.com/r2/examples/aws/aws-sdk-js-v3/#generate-presigned-urls){"ssl":"pending","ownership":"pending"} Is everything working ok now? access_key_id and access_key_secret. are they of aws ?

putObject. and get file with getObject https://cdn.mycompany.com/image/312321221231.

aws-sdk-js-v3{"ssl":"pending","ownership":"pending"}access_key_idaccess_key_secretputObjectgetObjecthttps://cdn.mycompany.com/image/312321221231