@ayo @elias What a coincidence I'm moving Object Storage provider today and it's being a challenge so far.
I've managed to download 50Gb of assets from old S3 provider and now I'm trying to upload to the new provider. But the default upload set it to "private" which is no good. Trying to find a flag/command with the aws CLI to recursively upload while setting public policy.
Tough stuff!
EDIT: I think I've found it
"--recursive --acl public-read"