This is an automated email from the ASF dual-hosted git repository.
silver pushed a commit to branch python-presign
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/python-presign by this push:
new 47f200b5a typo
47f200b5a is described below
commit 47f200b5abc025d7a428028e8090c7287b62407d
Author: silver-ymz <[email protected]>
AuthorDate: Mon Aug 28 13:26:34 2023 +0800
typo
Signed-off-by: silver-ymz <[email protected]>
---
bindings/python/tests/steps/binding.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/python/tests/steps/binding.py
b/bindings/python/tests/steps/binding.py
index 1466f9cc5..d4200bcb5 100644
--- a/bindings/python/tests/steps/binding.py
+++ b/bindings/python/tests/steps/binding.py
@@ -89,7 +89,7 @@ async def step_impl(context, filename, content):
bs = await context.op.read(filename)
assert bs == content.encode()
-@given("A new OpenDAL Async Operator (s3 presign only)")
+@given("A new OpenDAL Async Operator (presign available)")
def step_impl(context):
context.op = opendal.AsyncOperator("s3", bucket="test",
region="us-east-1", access_key_id="test", secret_access_key="test")