We will be receiving files as a part of the security API implementation. The current test file is 700 mb compressed that will need temporary storage and permanent storage is needed for the 4 gb uncompressed file. There might be a caching layer or mount point that is suitable for this purpose. We are considering the following options, but not sure which one best fits our use case:
- usr/share mounted in the container (similar to MaxMind)
- swift
- possible caching layer or other storage options we don't know about
usr/share might be the easiest, but not sure if there's a limit on how many files can be stored there