Basically, ApiConsumer for S3-style object storage. We have multiple sets of files that we would like to make available as services. These are very large and it does not make sense to put them on the main server. Putting them on S3 would be more efficient (at very least, cost efficient compared to EBS).
It should support multiple types of data (image, audio, text), and also be able to provide metadata to the user and some way to list/search the available files.
Basically, ApiConsumer for S3-style object storage. We have multiple sets of files that we would like to make available as services. These are very large and it does not make sense to put them on the main server. Putting them on S3 would be more efficient (at very least, cost efficient compared to EBS).
It should support multiple types of data (image, audio, text), and also be able to provide metadata to the user and some way to list/search the available files.