Replies: 1 comment
-
|
Powered by https://github.com/Xuanwo/reqsign |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Normally, it's a bad idea. But maybe it's deserved for opendal.
Benefits
Drawbacks
Take
aws-s3-sdkas example, to make s3 works, we need:And we only use five APIs:
put_objectget_objectlist_objectsdelete_objecthead_objectApart from s3's signing logic, s3 API is quite simple:
put_object->PUT /abc/defget_object->GET /abc/defIt's not a big burden to maintain those APIs.
Beta Was this translation helpful? Give feedback.
All reactions