tator
tator copied to clipboard
`File` objects should use object storage
File
objects are currently using NFS, although they can be fairly large and this is not scalable. Need to also define a migration plan for existing File
objects.
@jrtcppv we could simplify the migration if we made another type that uses object storage (call it GenericFileType
/GenericFile
) and then move the existing File
s over after the upgrade.