Flutter - AWS S3 image upload using only aws key and secret (Without using any Package/SDK)

Viewed 1242

I was trying to upload my image to AWS s3 bucket storage. Most of the AWS s3 image upload examples in google are asking to use the lambda function for uploading an image to the server.

But, I do not want to use lambda function.

So is there any way if I can upload my images to my public bucket URL with my AWS "key" and "secret"?

Can anyone suggest me a way to upload image thoroughly from mobile side only?

Thanks.

1 Answers
Related