Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handlers/object: add wallet auth for object upload
The same as the previous commit, but for POST requests for object upload. Header parameters `X-Bearer-Signature`, `X-Bearer-Signature-Key`, and query parameters `walletConnect`, `fullBearer` were added to the new POST object requests `/objects/{cid}`. This ensures consistency of the requests using the new API, as the deprecated requests use an authorization scheme with wallet connect. Signed-off-by: Tatiana Nesterenko <[email protected]>
- Loading branch information