Hello Xomex,
> [...] Is it feasible to copy my data at the bucket level from provider
> A to B (using a 3rd party data copying service) and then connect s3ql
> to the new data location.[...]
You need to use
https://www.rath.org/s3ql-docs/contrib.html#clone-fs-py
to copy a S3QL file system from one storage backend to a different
storage backend. Only copying the data from one bucket to another does
not work. S3QL uses backend specific metadata (e.g. S3 metadata is a
little bit different than Openstack Swift metadata).
Unfortunately clone-fs.py does not do server-to-server copies. You might
be better off to run clone-fs.py inside a throw away VM with a decent
internet connection.