Replies: 2 comments 6 replies
-
@srdjanma Thanks for reaching out! We don't provide direct access to the bucket. Instead, we use JWTs that you can request by going through the Hub's authentication layer, e.g. using the Polaris client. This is done to implement access control for the artifacts on the Hub (e.g. for the competition, you shouldn't be able to access the test set yet). Connection through the main Python API is effortless and in most cases you shouldn't even have to worry about the details of our storage layer. For example, the following will automatically fetch the JWT and use it to access the needed data from the Hub. import polaris as po
po.load_competition("asap-discovery/antiviral-admet-2025") I hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Happy the issue got resolved! If you run into any other problems, don't hesitate to reach out! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I’m trying to connect to the Polaris S3 storage bucket but seem to be missing some critical details:
The actual S3 bucket name and its region.
AWS Access Key and Secret Key, or any other authentication details I should use.
Specific instructions, if the service uses non-standard S3-compatible storage.
Could you help me set this up? Let me know if additional steps are required on my side.
Thanks,
Srdan
Beta Was this translation helpful? Give feedback.
All reactions