akeeba / plg_filesystem_s3

Integrate Amazon S3, CloudFront and Amazon S3–compatible storage with Joomla!'s Media Manager
GNU General Public License v3.0
6 stars 2 forks source link

Validation issue with AccessKey #6

Closed hammondwb closed 1 year ago

hammondwb commented 1 year ago

Steps to reproduce the issue

Install the plugin. Create a new connection. Fill in fields. Click Save

Expected result

Create new connection.

Actual result

Goes to error age with the following error: Joomla\CMS\Form\Form::validateField() rule AccessKey missing.

Troubleshooting already performed

Ensured access key was entered. Comments out AccessKey validation in plugin's XML file. Error moved to the next field for SecretKey.

System information

Joomla 3.10.12. PHP 7.4.33

nikosdion commented 1 year ago

This plugin only works with Joomla! 4 and 5.

Joomla! 3 does not have the Media Manager feature which allows for third party filesystem providers. It only works with files stored locally on your server.