I was using the settings page to set access/secret keys. And this worked. I then updated to 2.x-dev and i can now no longer save settings page. I get this error:

Your AWS credentials have not been properly configured. Please set them on the S3 File System settings page or set $conf['awssdk2_access_key'] and $conf['awssdk2_secret_key'] in settings.php.

Setting the values in settings.php does not help. My guess is that this has something to do with changing Secret Key field to a password field; but not sure.

The only way i can get the page to save is to re-enter the secret key each time.

Comments

liquidcms created an issue. See original summary.

coredumperror’s picture

Status: Active » Fixed

Oh wow, that 'password' mode for the field is exactly what broke it. I can't imagine what possessed me to make that change, so I've gone ahead and reverted it. The newest dev build should work fine for you.

In fact, it looks like this bug actually made it into the 2.11 release, so I'm going to go ahead and make a new 2.12 release, too.

  • coredumperror committed 68fc0a7 on 7.x-2.x
    Issue #2998618: Reverted the AWS Secret Key field back to a textfield.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.