Hi there,
I want to setup the plugin as follows:
I have an S3 bucket with files on it which start with the object key: /images/
I want to be able to use this as my image store. There is a cloudfront CDN in front of it, which routes traffic to / to the Joomla site and to /images/ to the S3 bucket /images/ .
I want the plugin to work with the media items on the S3 bucket. If a user uploads a new media item, it should directly be uploaded to the S3 bucket. If the user wants to select an item for an article, it should be presented the list of items in the S3 bucket.
How to set this up with the plugin best?
Best regards,
Jaimy