I have an AWS s3 bucket with Cloudfront CDN that contains thousands of images. Rather than download all the images into WordPress I would just like to specify the AWS image urls rather than importing all the images into WordPress.
Can I just import the AWS urls in an array format that the ACF Gallery could use?
+1
I’m using a script that creates custom posts with a gallery. For now, it uploads the images first to the WordPress gallery and then uses the IDs of the generated images… But I would like to know if it is possible to use AWS URLs.