-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Description
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 #404
- Add
presignsupport inAccessor:presign(path: &str, method: http::Method, headers: http::Headers, expires: Duration) -> SignedRequest - Expose public API via
Operator:presign_{read,delete}with the same API.writewill not have contentlistwill not supported in this proposal
Metadata
Metadata
Assignees
Labels
No labels