Skip to content

feat: s3 driver support for ExistsPath

heyjude1817 requested to merge lxb1226/container-registry:aws-s3-support into master

Related to #752

JH SaaS is deployed on Tencent Cloud, the container registry uses the cloud object storage (COS, S3 compatible) as its storage driver, but it doesn't support S3 storage when container registry enable metadata database feature.

So this mr is implementation of S3 storage support when container registry enable metadata database feature.

I implemented ExistsPath method used for gradual migration mode and the related import API paths.

/cc @prajnamas

Edited by heyjude1817

Merge request reports

Loading