I'm trying to get Duplicity to work with OVHcloud's S3 offering.
I've set up an S3 container, and it works when I use "s3cmd":
me@pc ~]$ s3cmd ls
2023-05-07 16:02 s3://backupcontainer-pc
However, when using [duplicity (version 1.2.2), I run into an error:
File "/usr/lib/python3.11/site-packages/botocore/client.py", line 960, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (400) when calling the HeadBucket operation: Bad Request
This is the command I use (altough I add many more --include/--exclude parameters):
duplicity --verbosity Debug --no-print-statistics --include /usr/local --include /root --exclude ** --asynchronous-upload --s3-region-name WAW --s3-endpoint-url https://s3.waw.io.cloud.ovh.net / s3://backupcontainer-pc
When running the command, AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are set using the same values which work with s3cmd.
Any ideas?
Duplicity S3: Error when calling the HeadBucket operation
Related questions
- CloudFlare and Public Storage configuration
2904
21.06.2018 10:03
- Hubic - backups fail from synology nas
2619
13.04.2018 12:54
- Hubic on line storage - files download problems
1999
12.02.2018 12:46
- Can't connect to hubic
1992
08.02.2018 18:39
- Cloud Archive + Rsync
1591
30.03.2018 15:17
- hubiC - Error 503 in syncronization
1408
13.07.2018 10:26
- Any chance SoYouStart ARM storage servers will be replenished (soon™)?
1321
14.01.2019 08:44
- Using aws sdk (java 2.x) to access S3/Swift Object Storage
1289
26.07.2022 09:28
- How to limit outgoing traffic to an object storage?
1254
01.10.2018 12:03
- Hubic program in MacOS Catalina
1214
11.12.2019 13:21