Is there a way to upload files directly to AWS without saving it first in writeable |
I am using CI4 file/image upload with AWS PHP SDK and it is working fine, but the way I use it is the file is saved in writeable folder directory first then moved to AWS S3,then the file in writeable is deleted. This is good for a few hundred or thousand users but our company has estimated our website to have around 10,000 concurrent users many of which may upload a file every now and then. I think this might put a huge load on the server hosting our site if enough users uploaded images and it goes to the writeable folder even though it is deleted afterwards. My Question is, is there a way to directly upload the file to AWS S3 and not save it in writeable folder? Thanks a lot.
|
Messages In This Thread |
Is there a way to upload files directly to AWS without saving it first in writeable - by kolektador - 07-13-2022, 12:25 PM
RE: Is there a way to upload files directly to AWS without saving it first in writeable - by iRedds - 07-13-2022, 08:53 PM
RE: Is there a way to upload files directly to AWS without saving it first in writeable - by kolektador - 07-14-2022, 08:32 AM
RE: Is there a way to upload files directly to AWS without saving it first in writeable - by evandroagnes - 07-11-2023, 03:56 AM
RE: Is there a way to upload files directly to AWS without saving it first in writeable - by MGatner - 07-14-2022, 03:59 AM
|