Skip to content

Commit

Permalink
[s3] Fix error handling for NotFound/NoSuchBucket
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZbarsky-at committed Jun 26, 2024
1 parent f7e8230 commit e66242d
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 2,938 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.44.0")
bazel_dep(name = "gazelle", version = "0.34.0")
bazel_dep(name = "rules_go", version = "0.48.1")
bazel_dep(name = "gazelle", version = "0.37.0")

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
Expand Down
Loading

0 comments on commit e66242d

Please sign in to comment.