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

Deleting a not empty bucket displays a misleading error #289

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

votdev
Copy link
Contributor

@votdev votdev commented Nov 20, 2023

The response error contains None for the Message field which is not allowed in the type def so this case was simply not taken into account because it was out of spec.

Fixes: https://github.com/aquarist-labs/s3gw/issues/812

The response error contains `None` for the `Message` field which is not allowed in the type def so this case was simply not taken into account because it was out of spec.

Fixes: https://github.com/aquarist-labs/s3gw/issues/812
Signed-off-by: Volker Theile <[email protected]>
@votdev votdev added kind/bug Something isn't working area/ui User Interface labels Nov 20, 2023
@votdev votdev self-assigned this Nov 20, 2023
@votdev votdev requested a review from jecluis November 20, 2023 11:24
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (13fe561) 98.76% compared to head (bdff724) 98.76%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #289   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files          15       15           
  Lines        1050     1050           
=======================================
  Hits         1037     1037           
  Misses         13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jecluis jecluis added the backport Issue to backport label Nov 20, 2023
@jecluis
Copy link
Contributor

jecluis commented Nov 20, 2023

Let's backport this to v0.23.0

@jecluis jecluis added this to the v0.24.0 milestone Nov 20, 2023
@jecluis
Copy link
Contributor

jecluis commented Nov 20, 2023

@votdev mind opening a PR against s3gw-v0.23 ?

@votdev votdev merged commit 706d644 into s3gw-tech:main Nov 20, 2023
@votdev votdev deleted the issue_812_bucketnotempty branch November 20, 2023 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui User Interface backport Issue to backport kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: Deleting a not empty bucket displays a misleading error
2 participants