Skip to content

Commit 954a827

Browse files
author
Nissan Pow
committed
add NoSuchBucket
1 parent 27fa5f6 commit 954a827

File tree

1 file changed

+1
-0
lines changed
  • metaflow/plugins/datatools/s3

1 file changed

+1
-0
lines changed

metaflow/plugins/datatools/s3/s3op.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def normalize_client_error(err):
149149

150150
# Not found errors → 404 Not Found
151151
not_found_errors = {
152+
"NoSuchBucket",
152153
"NoSuchKey",
153154
"NotFound",
154155
}

0 commit comments

Comments
 (0)