将工件从 Artifactory 加载到 s3 时出错

Error while loading artifacts from Artifactory to s3

从Artifactory OSS切换到Artifactory PRO后,尝试连接s3,加载artifacts时出现错误

"java.lang.RuntimeException: S3 binary provider is supported only with HA license addon.filestore.type.s3.S3AwsBinaryProvider.permittedByLicense"

我使用二进制文件。我哪里错了?

    <config version="2">
        <chain template="s3"/>
        <provider id="s3" type="s3">
           <endpoint>https://s3.amazonaws.com</endpoint>
           <identity>***</identity>
           <credential>****</credential>
           <path>filestore</path>
           <region>eu-central-1</region>
           <bucketName>bucket-name</bucketName>
        </provider>
    </config>

我会自己回答。在版本 6.15 之前,S3 仅在企业中可用。 6.15 之后 S3 也可以在 pro 许可证中使用