I am facing two distinct issues with the “AWS File Uploader” plugin:
- S3 Objects Element: This element is supposed to list the files from my AWS S3 bucket but is not functioning as expected. It should be placed on the page to gain access to element actions, events, and states, but it’s not doing so.
- File Upload: The file upload is executed without errors, but the URL of the uploaded file is not returned.
Expected Behavior:
- The “S3 Objects” element should list the files from the AWS S3 bucket.
- The URL of the uploaded file should be returned after the upload.
Actual Behavior:
- The “S3 Objects” element is not listing the files.
- The URL of the uploaded file is not returned.
If anyone else has encountered these issues and found a solution, your input would be greatly appreciated.