Hello, I’m trying to make a website where users can upload pdf files and an api will read the pdfs and respond with a json file of key information(using aws architecture because that is the most scalable/I am familiar with it). What I have found so far is this needs post the files to S3, but if i design it like that, how will the api ensure it gets all the correct files. Do i need to generate an new s3 per project per user? What design pattern should I be looking at?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to Upload User's Profile Picture to s3 and a Link to Mongodb | 1 | 495 | January 5, 2023 | |
Cannot understand the setup of API middleware | 0 | 380 | May 27, 2022 | |
How to upload images to MongoDB
|
0 | 200 | March 27, 2023 | |
How to collect to back ends after deploying App to play store etc | 0 | 299 | May 6, 2022 | |
Upload files on Python | 0 | 278 | January 19, 2021 |