-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Pre-signed urls problem with GCS #4138
Comments
Hello mevis89, I'm not sure whats happening here. Is it possible to give example? Are you using the uri when importing your data? |
+1 - V1.8.0 - the URI for GCS isn't resolving to a https:// pre-signed url - it's just using the GS:// uri to try and locate the image Update: |
Same issue here, cannot get labelstudio to load objects from GCS. |
@philipkopylov Version, and build info? - would love to try and help if I'm working from the same settings. |
Same issue, here's the error from logs
|
I get the same above error
V 1.9.1 |
I'am having the same issue with loading images from GCS. Anybody that has been able to fix this or has a workaround? Would really like to use the newer versions from Labelstudio as it includes some performance improvements but with the later versions I have this blocking GCS loading problem :( |
Not sure if this is the same issue, but in our case using the default credentials (leaving the field blank) was causing the permission issue. Solution: Don't use the default google-application-credentials Instead:
|
Describe the bug
When i try to connect the GCS, with "Use pre-signed URLs" enabled, the response is a list of obj (in my case) with the link gs:// and not http..
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to receive links to images located within my bucket so that i can use them within the image tag.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: