#2134 closed task (fixed)
Deprecate secondary storage
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.14 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
I think the "secondary storage" feature has not been needed for a long time. Disk space is cheap enough so that files that are uploaded to BASE can easily be stored in the "primary" storage. For very large files it is porbably better to not upload the files to BASE in the first place, but instead use an "external storage" solution.
The first step is to deprecate all functionality related to secondary storage. In a future release, the functionality will be removed completely.
Change History (2)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
(In [7548]) Fixes #2134: Deprecate secondary storage
Code and documentatation has been updated.