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

Using Default region (`US`) #1

Closed alvpickmans closed 5 years ago

alvpickmans commented 5 years ago

Version

0.1.1

Expected

See a list of all buckets from a particular Region (US or EMEA).

Issue

Only buckets from the default US region are fetched.

Proposal

Addition of a context menu to easily change the current region, or at least have it as a config setting.

petrbroz commented 5 years ago

Thanks for the heads up, @alvpickmans :+1:

alvpickmans commented 5 years ago

Awesome project btw, super useful when dealing with oss api :rocket:

petrbroz commented 5 years ago

Starting with version 0.3.1 there's a new extension setting - autodesk.forge.dataRegion - specifying the data center region (US or EMEA) to be used when listing or creating OSS buckets.