I'm using the Laravel back up package https://github.com/spatie/laravel-backup and trying to send it to s3, but I get these errors. Do you know where the problem is?
mh .. for me it looks like it is the wrong url. "https://s3.US Standard.amazonaws.com" is a global aws url, not your bucket url.
Theres also an emtpy space between US and Standard, so i think you put your backups to the wrong bucket url.
A bucket url would look like ( IAM User / bucket @ aws )
@christopher Thanks for responding. Indeed I tried many regions, but it didn't work. Eventually I went to apple and bought me a mac to replace the horrible windows machine I had and now it works. Now though I'm using laravel 5.2 which the back up package doesn't support so I will have to do it by myself.