You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
New features (S3 multipart upload, registering directories) makes it difficult to control a priori that a file do not exceed the max capacity set for the storage (spoiler: it was already the case for ).
As StorageStatistics makes Files more complex and couples it to Elasticsearch, it should be removed
Acceptance criteria
StorageStatistics and the checks/tests/docs it introduces are removed
Not in scope
Implement a posteriori a way to control capacity for storages
The text was updated successfully, but these errors were encountered:
Motivation
New features (S3 multipart upload, registering directories) makes it difficult to control a priori that a file do not exceed the max capacity set for the storage (spoiler: it was already the case for ).
As
StorageStatistics
makesFiles
more complex and couples it to Elasticsearch, it should be removedAcceptance criteria
StorageStatistics
and the checks/tests/docs it introduces are removedNot in scope
The text was updated successfully, but these errors were encountered: