Skip to content

Releases: UMIACS/rgwadmin

v2.4.5

05 Jan 14:33
Compare
Choose a tag to compare

What's Changed

  • RGW: Create and modify user with default placement and placement tags by @huongpi in #68

New Contributors

Full Changelog: 2.4.4...2.4.5

v2.4.4

01 Nov 14:27
Compare
Choose a tag to compare

What's Changed

  • fix: add user already exists exception #66 by @vergeev in #67
  • RGW: Add placement_tags parameter to modify_user method by @TheMoti in #65

New Contributors

Full Changelog: 2.4.3...2.4.4

v2.4.2

11 May 14:19
Compare
Choose a tag to compare

This release adds support for the correct header signature to be computed for non-443/80 ports due to a change in the underlying library requests-aws4auth.

v2.4.1

14 Apr 15:06
Compare
Choose a tag to compare
  • Update link_bucket to allow for new ability to rename the bucket when linking (new-bucket-name).

v2.4.0

13 Mar 21:17
Compare
Choose a tag to compare
  • Supports S3v4 Signing

v2.3.3

25 Jan 03:00
Compare
Choose a tag to compare
  • Added documentation (docs/source/rgwadmin/user-guide.rst)
  • Supports now only Python3 (3.6+)
  • Added type hints
  • Added sync-stats support
  • Fix to always pass generate_secret in create_subuser
  • Fix to add access_key to kwarg to get_user

Release has been pushed to PyPI

v2.3.1

19 May 16:00
Compare
Choose a tag to compare

Changes

  • Added A pool_connections option to enable reusing http sessions. (@Dorthu) See #48

v2.2.1

12 Nov 14:18
Compare
Choose a tag to compare

Changes

  • Expose fetching user stats in rgw.get_user()

v2.2.0

25 Jul 14:17
Compare
Choose a tag to compare

Changes

  • Allow modifying users while they're suspended. Essentially, also the suspended/unsuspended status of a user to not be changed by default when using modify_user(). Although the previous behavior was unintuitive, this is a breaking change for people who depended on the previous behavior. (#41)

v2.1.0

25 Jul 13:46
Compare
Choose a tag to compare

Changes

  • Remove auid attribute from RGWUser attributes as it was largely unsupported and has been removed from Nautilus.