I am using the Docker Registry with the filesystem storage driver. What I want to do is to migrate that existing Registry to S3-compatible storage without loosing data.
While I could pull all images on a dedicated client, reconfigure the registry and push again, I would like to find a more direct approach because of the size and amount of already stored Images.
Is there any way to migrate the data from filesystem to S3 without having to re-push the Images?