Replies: 1 comment 1 reply
-
Is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As requested by #394, OpenDAL will add presign support so that our users can generate a resigned request to users without leaking the secret key.
Proposed changes:
presign
will become a new capability as described in #404presign
support inAccessor
:presign(path: &str, method: http::Method, headers: http::Headers, expires: Duration) -> SignedRequest
Operator
:presign_{read,delete}
with the same args.write
will not have contentlist
will not supported in this proposalBeta Was this translation helpful? Give feedback.
All reactions