Skip to content

objects-put is using a deprecated legacy endpoint #19

@AlexanderMelde

Description

@AlexanderMelde

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions