Paulo Fagiani
Paulo Fagiani
I suspect this project is no loger being maintained because of it's last commit timestamp and the PR's and issues opened for quite a while. I've recently tried to use...
@sobrinho did you get a chance to advance on this issue? Keep Rocking!
I am having this exactly same behavior without having any code changes... it just began at midnight and stopped working. Instead of writing to S3 it is writing locally. Plugin...
For the record: The issue was related to a mistaken action on the `wp-admin` interface. A user has inadvertently changed the custom theme to the WP default one like the...
While the #2136 PR is being evaluated. It is possible to use the following workaround: Given you have those two input fields within your page: ```html ... ... ... ```...
@stu-10 I had the same problem and fixed it by adding this variable at `wp-config.php`: `define('S3_UPLOADS_BUCKET_URL', 'https://aaaccdn.sfo3.digitaloceanspaces.com');`
Also, how can one set the priority or specify that regardless of having `~/.aws/config` or `~/.aws/credentials` or even `AWS_ACCESS_KEY_ID`, use the IAM role for the container running for example on...
@TBBle that makes sense. I'll investigate the issue further and if required open an issue on the SDK project. Sorry for the noise here. Keep Rocking!
@ryanburnette thanks for the insights. I've noticed that on a couple of deployments on Heroku right after the last version updates. I don't actually use Vagrant so I'm not sure...
Hi @xyu ! After updating several WPs on heroku, one of them got lots of Warnings printing very verbose on the screen... I was able to quickly resolve by applying...