Tenant quota is not updating after deleting files on the StorageGRID
Applies to
- StorageGRID 11.7
- Versioned bucket
Issue
- Deleted the old versions from the versioned bucket via S3 browser.
aws s3 ls --endpoint-url https://FQDN --profile myprofile --summarize --human-readable --recursive s3://mybucket/
shows the correct space utilization.- StorageGRID tenant manager does not reflect the same space utilization as per the
aws s3 ls summarize
command