I want to copy a folder from object storage bucket to AWS S3 bucket. Is there any way to do it?
I have tried :
aws s3 cp s3://scaleway-source-bucket s3://aws-s3-destination bucket
but getting the errors saying that bucket not found.
This is because it's trying to fetch both the buckets from the same configuration. I have two different configurations - one for scaleway object storage bucket and another for AWS s3 storage bucket.
I need help with this. Is there any way to copy the folder from scaleway object storage bucket to AWS S3 storage bucket?
Thanks