This is an automated email from the ASF dual-hosted git repository.
yuchanns pushed a change to branch feat/go-binding/presign
in repository https://gitbox.apache.org/repos/asf/opendal.git
from b9576d874 feat(bindings/c): support presign
add 40c8283df feat(bindings/go): support presign
No new revisions were added by this update.
Summary of changes:
bindings/go/operator_info.go | 4 +
bindings/go/presign.go | 267 +++++++++++++++++++++++
bindings/go/tests/behavior_tests/opendal_test.go | 1 +
bindings/go/tests/behavior_tests/presign_test.go | 140 ++++++++++++
bindings/go/types.go | 25 ++-
5 files changed, 436 insertions(+), 1 deletion(-)
create mode 100644 bindings/go/presign.go
create mode 100644 bindings/go/tests/behavior_tests/presign_test.go