Community Related Discussions
Community Related Discussions
Hello together,
I have issues to setup the CloudMirror replication to a bucket located in AWS.
The setup of the Platform services endpoint have been sucessfully worked:
After that I tried to configure the replication inside the bucket itself, my config looks like the following:
This step worked also. After that I put so new files to my S3 bucket and expected that these files are going to replicated to the S3 AWS bucket. Unfortunately the following error occurred on the Grid:
Do anybody have ideas to solve these issue?
Thank you!
Regards,
Manuel
Additional information:
In the Platform services configuration, the URI should just be the aws endpoint URL, not including the bucket, ex. "https://s3.eu-central-1.amazonaws.com" the URN should be the AWS bucket name.
in the bucket replication configuration the destination should also just be the AWS bucket name.
<Destination> <Bucket>arn:aws:s3:::MY-AWS-BUCKET</Bucket> </Destination>
Thank you for your answer.
I already have tried this but if I am going to configure it without the bucket. prefix an error message occurs that the bucket cannot be found.
Any other suggestions?