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 | |
---|---|---|---|---|
I have issue on uploading files to the cloud | 0 | 36 | February 24, 2025 | |
Creating localshare virtual envs
|
0 | 18 | March 3, 2025 | |
How to Upload User's Profile Picture to s3 and a Link to Mongodb | 1 | 500 | January 5, 2023 | |
Cannot understand the setup of API middleware | 0 | 381 | May 27, 2022 | |
How to upload images to MongoDB
|
0 | 207 | March 27, 2023 |