Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

0.7.0

Latest
Compare
Choose a tag to compare
@ownclouders ownclouders released this 21 Aug 10:38
· 34 commits to master since this release

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.

    #89

  • 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.

    #91
    owncloud/product#150