How do I grab an image from an amazon with a format like this:
I got this data from a Booking Engine API, and there’s no other way to get a different result.
I am using WordPress and "media_sideload_image" doesn’t accept it as a valid URL.
How do I grab an image from an amazon with a format like this:
I got this data from a Booking Engine API, and there’s no other way to get a different result.
I am using WordPress and "media_sideload_image" doesn’t accept it as a valid URL.
2
Answers
Same Issues was for me, I made the file public I was able to access my image as https://metapyxl.s3.amazonaws.com/images/1696425186798_1.png
So you need to make your image public on S3 bucket.
I attached images to update permission on S3 bucket.
Allow public access
Allow Bucket policy