If so, it would mean the world if I could talk to you and just ask about some of your experience with uploading/retrieving these files within your software.
To give context: I have a free managed API that offers full-text-search for your S3 bucket to integrate into your software. The website is https://mixpeek.com
Let me know if this matches you and if you're willing to answer some quick Qs in exchange to be involved in the free pilot :)
What I would find interesting is anyone running a SaaS project and NOT using S3/object storage for a significant amount of their files.
from mixpeek import mixpeek
Should be from mixpeek import Mixpeek
Given that it is the class instantiated below.One point in the Healthcare and Insurance use case reads as follows
>Ensure the are up to date Insurance Documents
Do you mean "Keep Insurance Documents up to date"?
We use S3 for https://iko.ai and give a filesystem like experience for notebook users. They can 'cd', 'ls', etc on S3 buckets right from a Jupyter notebook.
We both integrate with external buckets, private or public, but also use an S3 compatible object storage (MinIO), for which I wrote this library: https://pypi.org/project/bmc/
One thing I find will hinder your product's adoption is the "/upload" route. If I were to use your tool, I'd want to use it to search through already existing objects in my bucket, not to upload to the bucket.
That was one objection we faced, and then we added the ability to mount S3 buckets because people had datasets of 1TB or so in existing buckets.