This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Changes in 0.7.0
Summary
- Enhancement - Add numeric uid and gid to the access token: #89
- Enhancement - Add configuration options for the pre-signed url middleware: #91
Details
-
Enhancement - Add numeric uid and gid to the access token: #89
The eos storage driver is fetching the uid and gid of a user from the access token. This PR is using
the response of the accounts service to mint them in the token. -
Enhancement - Add configuration options for the pre-signed url middleware: #91
Added an option to define allowed http methods for pre-signed url requests. This is useful
since we only want clients to GET resources and don't upload anything with presigned requests.