It would be useful to list objects that have a modification time before, after, or in a range, for example to check how versions are being handled. According to ChatGPT, the API does not have a filter for modification time. Therefore, it needs to be checked after a list of objects is returned. Therefore, it will be slower than if the filter were applied on the front end.
It would be useful to list objects that have a modification time before, after, or in a range, for example to check how versions are being handled. According to ChatGPT, the API does not have a filter for modification time. Therefore, it needs to be checked after a list of objects is returned. Therefore, it will be slower than if the filter were applied on the front end.