Hi @reholmes27
What is your old DigitalOcean S3 url now?
thanks!
Hi @duongcuong96
I used to have the URL – https://ams3.digitaloceanspaces.com – in the ‘Or a S3 Server URL’ box.
Rich
Hi @reholmes27
can you please add the following code to your theme functions.php then select the new destination named Digital Ocean Spaces then try again?
add_filter('backwpup_s3_destination', function($destinations) {
$destinations['digital_ocean'] = [
'label' => 'Digital Ocean Spaces',
'endpoint' => 'https://ams3.digitaloceanspaces.com/',
];
return $destinations;
});
Thanks!
Hi @reholmes27
Sorry that was our fault, the issue will be fixed in the next mirror update π
I have same problem after update to 3.6.10 with backup to S3 Service – DreamHost – http://objects-us-east-1.dream.io – on all my websites
ERROR: S3 Service API: Error executing "PutObject" on "http://objects-us-east-1.dream.io/hidden..."; AWS HTTP error: Client error: 'PUT http://objects-us-east-1.dream.io/hidden...' resulted in a '404 Not Found' response: <?xml version="1.0" encoding="UTF-8"?>
Just for the info, do you know, when will be new mirror update avaliable?
Thanks a lot, Jakub
-
This reply was modified 6 years, 10 months ago by
kubajjz.
Having waited 4 months for this update to correct this problem, there still appears to be a glitvh! The error I receive is:
[29-Nov-2019 16:03:21] Connected to S3 Bucket “ampersand-studio” in <LocationConstraint xmlns=”http://s3.amazonaws.com/doc/2006-03-01/”>ams3
[29-Nov-2019 16:03:21] Starting upload to S3 Service β¦
[29-Nov-2019 16:03:30] ERROR: S3 Service API:
[29-Nov-2019 16:03:30] ERROR: Step aborted: too many attempts!
Any idea why an API error after updating?
Rich
Hi reholmes27,
there is new version of plugin – 3.7. but it is still not working. I have to use version 3.6.9. It is last version which is working properly with S3 services…
But this topic is marked as “resolved”, so I dont think, that “plugin support” will answer this topic anymore.