Skip to content
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

Bucket has no labels and updating failed #1477

Open
fredericBregier opened this issue Feb 6, 2024 · 0 comments
Open

Bucket has no labels and updating failed #1477

fredericBregier opened this issue Feb 6, 2024 · 0 comments

Comments

@fredericBregier
Copy link

When I called something like:

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant