Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: specify AWS region in config #18

Open
whlteXbread opened this issue Oct 24, 2023 · 1 comment
Open

Feature: specify AWS region in config #18

whlteXbread opened this issue Oct 24, 2023 · 1 comment

Comments

@whlteXbread
Copy link

Hi, I was taking QSL for a spin and ran into some issues when accessing objects in a bucket outside my default region.

It might be nice to specify the region in the config—that way I could segment my data by region and then run multiple labeling sessions sequentially.

There might be a smarter way to do this, but from my quick look through the codebase it looks like checking the config could happen right about here and not be too intrusive:

TLS.aws_session = boto3.session.Session()

Thoughts?

@faustomorales
Copy link
Owner

Great idea! I don't really have the bandwidth to work on this right now but a PR would be welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants