• Resolved Rich Holmes

    (@reholmes27)


    I have just upgraded to version 3.6.10 and selected the new DigitalOcean: AMS3 S3 option but the backup now fails to send. The error returned is ‘No Such Bucket’ as it appears to be using the ‘Folder in Bucket’ as the bucket name rather than the actual bucket selected.

    Please correct ASAP.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support happyAnt

    (@duongcuong96)

    Hi @reholmes27
    What is your old DigitalOcean S3 url now?
    thanks!

    Thread Starter Rich Holmes

    (@reholmes27)

    Hi @duongcuong96

    I used to have the URL – https://ams3.digitaloceanspaces.com – in the ‘Or a S3 Server URL’ box.

    Rich

    Plugin Support happyAnt

    (@duongcuong96)

    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!

    Thread Starter Rich Holmes

    (@reholmes27)

    Hi @duongcuong96

    Yes that’s worked.

    Thanks

    Richard

    Plugin Support happyAnt

    (@duongcuong96)

    Hi @reholmes27
    Sorry that was our fault, the issue will be fixed in the next mirror update ??

    Thread Starter Rich Holmes

    (@reholmes27)

    Do you have an ETA?

    Thanks

    Rich

    I have same problem after update to 3.6.10 with backup to S3 Service – DreamHost – https://objects-us-east-1.dream.io – on all my websites

    ERROR: S3 Service API: Error executing "PutObject" on "https://objects-us-east-1.dream.io/hidden..."; AWS HTTP error: Client error: 'PUT https://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 5 years, 4 months ago by kubajjz.
    Thread Starter Rich Holmes

    (@reholmes27)

    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=”https://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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Digital Ocean AMS3 Fail’ is closed to new replies.