-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Question regards to getting _models.BlobContainer object of public container #34209
Comments
Hi @landscapepainter, thank you for opening an issue! It looks like you're using a Storage library, but would you be able to share what package you're using (and which version) specifically? I'll tag some folks who should be able to help; we'll get back to you as soon as possible. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. |
Hi @mccoyp @msyyc, I'm currently using the following package:
And the |
@msyyc @mccoyp Also, how do I check if the url of the public container provided exists or not? Thanks for all the great work. I'm currenty working to integrate Azure blob storage into Skypilot: skypilot-org/skypilot#3032 |
Hi @landscapepainter.
But if you also want to modify it, I guess there's no such a way since it's blocked by the limited permission. |
Hi @landscapepainter. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue. |
Hi @landscapepainter, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
I'm trying to interact with the public container using the sdk. For the containers I created under my subscription id, I'm using the following script to successfully get the _models.BlobContainer object:
But for public containers, I cannot find a way to do so. What are some recommended ways to interact with a public container object?
The text was updated successfully, but these errors were encountered: