How to upload Instagram fetch image to AWS S3? - amazon-s3

I got the Instagram all images but I have to upload/save selected image to Amazon S3 server. I have created bucket at AWS and I am using aws-sdk-php in cakephp 3.6. Please help!

It sounds like you event haven't any code yet.
Here you have some reference implementation from amazon itself.
https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/php/example_code/s3

Related

Resize image while uploading to AWS S3

I am developing a .Net web application where i need to resize the image and upload to AWS S3. Please advise how I can do that.
Thanks in Advance.

How to upload videos on Youtube using AWS S3 as Video Source

I have a VIDEO CMS hosted over AWS EC2 where user can upload videos and later share on Facebook and Youtube. I push videos to S3 after uploading and delete it from EC2.
Now I want to use S3 to share videos to both social networks. However FB provides a way to upload videos directly from S3 but Youtubes need video to be physically present on server.
I have not found any solution yet.
Thanks in advance for your help.
If it is not compulsory your video should be shared on youtube from amazon S3, you can directly upload your video to youtube by using youtube api, either javascript or other backend you are using. It will be much easier way. S3 doesnot provide any way to upload your video on youtube.
Also you will have to manually check for new videos added to s3 and need to manually upload to youtube.
You will have to upload video on youtbe just after user/ you uploads on EC2. It will be dynamic.
You can get Youtube vidoe insert api resource from here
https://developers.google.com/youtube/v3/docs/videos/insert

how to integrate appery.io with Amazon AWS S3?

Please help me with steps to integrate Appery.io with Amazon AWS S3 using REST API?
The mobile app has a feature that uploads photos to AWS S3 and keeps references of photos in database.
Thanks & Regards
There are two ways to connect to any external REST API from an Appery.io app: 1) using Server Code; 2) using API Express. This page has more information and examples: https://docs.appery.io/docs/apiintegrations-overview#section-external-rest-apis. Hope this helps.

How to set Amazon S3 bucket files permission to be only viewable?

I am streaming videos from an Amazon S3 bucket using JWplayer to my website, but it has public access so everyone can view the videos and the problem is that anyone can also download the videos using that link.
How to give ACL permission to only view uploaded videos?

Amazon S3 Images

I'm attempting to build a Rails application that uses Amazons S3 service. I'm able to upload images to my bucket but when I try to display them in a browser window my image is downloaded to my computer instead of being shown in the browser which is what I want.
https://s3.amazonaws.com/skateparks/b_72e3d8d31fc4263f40b6.png
Set the Content-Type header when you upload the image to S3.