v2.35.0
StorageBoxClient.GetSubaccount no longer gets a subaccount by username
StorageBoxClient.GetSubaccount no longer tries to get a subaccount by username, instead it tries to get it by name.
To get a subaccount by username please use StorageBoxClient.GetSubaccountByUsername.
See the changelog for more details.
Features
- add name to Storage Box Subaccount (#806)
Bug Fixes
- do not ignore action error when the error message is empty (#801)