You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map map = Map.of("keytest", "keyvalue");
Bucket result = storage.create(BucketInfo.newBuilder(bucket).setLabels(map).build());
result has no labels (result.getLabels() is null).
If I recall the bucket, I've got the same (using storage.get(bucket)).
If I called an update on the bucket, I get an error as bucket does not exist (while the get is ok) (similar to another already opened issue I believe).
Do I missed something ?
The text was updated successfully, but these errors were encountered:
When I called something like:
result has no labels (
result.getLabels()
is null).If I recall the bucket, I've got the same (using
storage.get(bucket)
).If I called an update on the bucket, I get an error as bucket does not exist (while the get is ok) (similar to another already opened issue I believe).
Do I missed something ?
The text was updated successfully, but these errors were encountered: