I am using node js for my webapp there is code for uploading s3 object and get the s3 object code works fine on the local machine but not work with elastic bean stalk
You're probably missing bucket permission for elastic beanstalk. Go to my article www.amarjanica.com/use-s3-bucket-as-persistent-storage-for-elastic-beanstalk and look for "3. Update bucket permissions". note that ARN in the example is just a placeholder, you have to replace it with your own
I am using node js for my webapp there is code for uploading s3 object and get the s3 object code works fine on the local machine but not work with elastic bean stalk
You're probably missing bucket permission for elastic beanstalk. Go to my article www.amarjanica.com/use-s3-bucket-as-persistent-storage-for-elastic-beanstalk and look for "3. Update bucket permissions". note that ARN in the example is just a placeholder, you have to replace it with your own
@@anasdevscribbles I add all the permissions but don't know how to use AWS CLI for the syc of the s3 buckets