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

Custom S3 - DreamObjects s3 Not working #11

Closed bcordis closed 6 months ago

bcordis commented 6 months ago

Steps to reproduce the issue

Using the Custom S3 options Using the Secret Key provided by DreamObjects will fail to validate

Expected result

Able to save server with appropriate Secret Key

Actual result

Save will error out stating Secret Key is invalid

Troubleshooting already performed

Try setting up different src->Rule->SecretKeyRule.php $regex to allow the key to work.

System information

nikosdion commented 6 months ago

The problem is that DreamHost IS NOT compatible with Amazon S3. At all. Amazon S3 publishes the regex for checking access and secret keys for validity. DreamHost doesn't give a crap. They do something entirely different.

The only thing possible here is to remove this check altogether.

It's not a bug, it's accommodating a broken third party service provider. Closing as it's already been fixed.