Volker Theile
Volker Theile
Imagine a bucket has several thousand objects, the UI + REST API needs to have a pagination. This way only a small subset of the data has to be requested...
Add more unit tests for UI. **Note: requires said edge cases to be defined as acceptance criteria. Right now this is far too vague.**
Add a simple API versioning by using a custom header `X-S3gw-Accept-Version: X.Y.Z`. Check the ADR for more information. Proposal: The API version is submitted with the login API call and...
Right now restoring an object from the version history is done via [copy_object](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/copy_object.html). This funtion is limited to 5GiB. If we want to support restoring file greater than this limit...
It would be great to implement the missing functionality of the [get-user-info](https://docs.ceph.com/en/latest/radosgw/adminops/#get-user-info) Admin Ops API endpoint in that way that the already existing `stats` object contains at least the number...
During the evaluation of a different UI, `MinIO Console`, i realized that the `dbstore` storage backend does not support [AWS STS](https://docs.ceph.com/en/quincy/radosgw/STS/). `MinIO Console` is using that to request temporary credentials...
After switching to the UI REST API, it is not necessary anymore to install ingresses which were used to fix the CORS issue in browsers.
 **Problem:** If you configure httpProxy and httpsProxy, you must also put Harvester node's CIDR into noProxy, otherwise, the Harvester cluster will be broken. **Solution:** Add a webhook to validate...
Improve the resource quota handling when creating VMs. Check resource quotas when the VM is created via webhook. Prevent the VM from being created if the storage resource quotas are...
It would be nice to have details about the `used` resource quota.  I would also suggest to use more precise property names in the tooltip. The `Total` applies to...