-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Suggestion: Allow null container name to indicate root container for blob APIs #82
Milestone
Comments
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this issue
Jan 18, 2013
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this issue
Jan 18, 2013
fix the policheck issue for README.md
feature request. |
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this issue
Apr 5, 2017
fix the policheck issue for README.md
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this issue
Mar 4, 2019
Minor renaming of inferred tier property
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this issue
May 30, 2019
Moderakh/release v2.4.0 beta 1
navalev
pushed a commit
to navalev/azure-sdk-for-java
that referenced
this issue
Dec 24, 2019
* fix autorest data-readme.md * Update data-readme.md to match functionality of code in the repo as a fresh starting point * Updated autorest setup instructions
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, there are two ways to indicate that the root container should be used in the blob APIs:
It seems natural that
null
could also be used to indicate the root container (even more natural than an empty string), because null means "no container". That would allow code like this to work:One potential downside would make it harder to debug issues where the container name is not initialized.
The text was updated successfully, but these errors were encountered: