-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to upload to s3 #94
Comments
I have exactly the same problem on Centos 7 |
@mmihalev I created a cronjob to upload backed up files every day right after backup-manager's run has finished, using aws cli:
Hope that helps ;) |
@alxckn how do you know when backup-manager is done with the archives? |
I think export BM_POST_BACKUP_COMMAND="/usr/bin/aws s3 sync /backups s3://bucket" will do the job |
Even better |
Just now faced this problem and remember, that I already resolved it some time ago. |
I've met this problem too. @fezeev is right, but the easiest way to do that is to not create the bucket previously and let backup-manager to create it (simply set a name which doesn't already exist in your buckets). |
Hi, this is linked with the perl package Net::Amazon::S3. Buckets in AWS Europe use signature v4. |
I got same issues when try use BM_UPLOAD_S3_DESTINATION param with '-' in bucket name. Everything works after assigning a different bucket name. |
Hello,
I'm trying to upload backups to s3 and I'm facing this error:
Is this a bug or am I missing something in my configuration?
Thank you,
Alex
The text was updated successfully, but these errors were encountered: