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
Erikvv
changed the title
Better error when downloading from non-existent bucket
Improve error message when downloading from non-existent bucket
Nov 24, 2022
Erikvv
changed the title
Improve error message when downloading from non-existent bucket
Usability improvement: better error message when downloading from non-existent bucket
Nov 24, 2022
When calling
project.DownloadObject(ctx, "mybucket", "myobject", nil)
it gives the erroruplink: object not found ("myobject")
It makes more sense have an error that the bucket doesn't exist.
The text was updated successfully, but these errors were encountered: