Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Trying to use Backup to AWS S3.
How can I force to use an existing bucket in eu-west zone instead of it trying to create a new one in us-west (oregon)?
But it does not work. It always tries to execute the "CreateBucket".
If it does exist, plesk shows an error:
Error: Error executing "CreateBucket" on "https://XXXXX.s3.eu-west-1.amazonaws.com/"; AWS HTTP error: Client error: `PUT https://XXXXX.s3.eu-west-1.amazonaws.com/` resulted in a `409 Conflict` response:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>BucketAlreadyOwnedByYou</Code><Message>Your previous request to crea (truncated...)
BucketAlreadyOwnedByYou (client): Your previous request to create the named bucket succeeded and you already own it. -
...
and if I delete the bucket, and allow Plesk to "CreateBucket" then it will create it in us-west-2 again
of course, AWS S3 is a global service, but GDPR practically forces us to create backups in EU
also, it detects the bucket exists, as if you try to put an incorrect path it will say it does not exist. But it tries to create the bucket everytime, so AWS just answers "BucketAlreadyOwnedByYou".
You're right. I've done some testing just now and seems that when you use the option "I will use the root account credentials (will not be stored)" Plesk will always try to create a bucket.
However when you use "I have created a restricted IAM user account" (and setup a IAM user in AWS for your bucket) you should be able use a bucket in any other S3 zone. At least thats how it works for me.