When using the objects-put command like this:
node forge.js objects-put -b mybucket -r EMEA mymodel.ifc
internally this deprecated endpoint is used: PUT /oss/v2/buckets/mybucket/objects/mymodel.ifc (reference) , resulting in a 403 error:
Something went wrong while uploading your object! AxiosError: Request failed with status code 403
...
data: { reason: 'Legacy endpoint is deprecated' }
statusCode: 403
Could you please update the CLI tool accordingly? (using the GET buckets/:bucketKey/objects/:objectKey/signeds3upload endpoint)