petrbroz / vscode-forge-tools

Visual Studio Code extension for accessing Autodesk Forge services and content.
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
MIT License
74 stars 17 forks source link

Add Direct-3S download/upload support #82

Closed yiskang closed 1 month ago

yiskang commented 7 months ago

Some DM-related functions seem targeting to the deprecated endpoints in the dependent package, which need to be migrated.

petrbroz commented 6 months ago

Thanks @yiskang. Just like with https://github.com/petrbroz/vscode-forge-tools/issues/83, I'm planning to migrate to the official Node.js SDK (incl. the new direct S3 upload/download) as soon as it's ready. Do you think it's ok to wait for the SDK, or do we need to add our own implementation until the SDK is ready?

yiskang commented 6 months ago

@petrbroz Happy New Year! No worry. it's okay to wait for the new SDK. There was someone asked me about this, so I created this issue for tracking.

petrbroz commented 1 month ago

Since the official SDK still doesn't cover all of my use cases, I decided to just update the unofficial SDK (https://github.com/petrbroz/aps-sdk-node) and use it here. The unofficial SDK does support both direct-s3 as well as auth v2.