If your goal is file based storage (not block based), application can make api calls to get data and is mostly read, then S3 might also be an option.
Alternatively, roll-your-own on EC2 instances, which might not be as easy.
If your goal is file based storage (not block based), application can make api calls to get data and is mostly read, then S3 might also be an option.
Alternatively, roll-your-own on EC2 instances, which might not be as easy.