Re: Amozon s3 for registry
daojunz
You could refer this configure file https://github.com/distribution/distribution/blob/main/docs/configuration.md
s3: accesskey: awsaccesskey secretkey: awssecretkey region: us-west-1 regionendpoint: http://myobjects.local forcepathstyle: true accelerate: false bucket: bucketname encrypt: true keyid: mykeyid secure: true v4auth: true chunksize: 5242880 multipartcopychunksize: 33554432 multipartcopymaxconcurrency: 100 multipartcopythresholdsize: 33554432 rootdirectory: /s3/object/name/prefix usedualstack: false
The option in red text is mandatory
Best regards, Stone (张道军) Software Engineer, CNA, VMware R&D
--
From:
harbor-users@... <harbor-users@...> on behalf of Ignazio Cassano via lists.cncf.io <ignaziocassano=gmail.com@...> Hello, I would like to use S3 for registry. In values.yaml of harbor I wrote:
region: eu-central-1
Is this enough to work ?
Thanks Ignazio
|
|