Hello all,
I'm looking for some help and direction on how I can pull an image from a URL (these are my own images) and move/upload the image to my Amazon S3 bucket, using PHP.
For example, let's say the image I need is:
I would like to be able to move this image (image.jpg) to my S3 server.
Any ideas on how I might accomplish this?
Thanks!