Hi,
I have setup an environment using devops concept in AWS. Following tools are used for integration and deploy;
AWS codecommit, Elastic Beanstalk (Web App- PHP), rds-mysql and also used a code pipeline, its working fine.
We have an option in the web app to upload photos to there profile (keeps on upload folder in the app root directory ) and use this photo in profile view page.
I want to store and access this uploaded photos in the S3 bucket, how can I do it? Please help us.