mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-07 20:46:11 +00:00
fix(s3-tables): preserve encoded paths in client signatures (#7309)
This commit is contained in:
@@ -669,7 +669,7 @@ class PyIcebergSmokeConfigTest(unittest.TestCase):
|
||||
with mock.patch.object(pyiceberg_smoke, "ensure_aws_env"):
|
||||
with mock.patch.object(pyiceberg_smoke, "ensure_bucket"):
|
||||
with mock.patch.object(pyiceberg_smoke, "enable_table_bucket"):
|
||||
with mock.patch.object(pyiceberg_smoke, "install_rustfs_rest_sigv4_adapter"):
|
||||
with mock.patch.object(pyiceberg_smoke, "load_rest_catalog", side_effect=lambda *_args, **_kwargs: FakeCatalog()):
|
||||
with mock.patch.object(pyiceberg_smoke, "ensure_namespace"):
|
||||
with mock.patch.object(
|
||||
pyiceberg_smoke,
|
||||
|
||||
Reference in New Issue
Block a user