Sample S3v3 HA configuration

ARTIFACTORY: Installation Quick Start Guide - Linux Archive

AuthorFullName__c
Lawrence Fung
articleNumber
000005197
ft:sourceType
Salesforce
FirstPublishedDate
2022-01-13T19:27:31Z
lastModifiedDate
2022-01-13
VersionNumber
15
<config version="2">
    <chain template="cluster-s3-storage-v3"/>
    <provider id="s3-storage-v3" type="s3-storage-v3">
        <endpoint>s3.amazonaws.com</endpoint>
        <bucketName>bucketName</bucketName>
     	   <path>pathPrefix</path>
        <region>s3Region</region>
        <identity>yourIdentity</identity>
        <credential>yourCredentials</credential>
        <usePresigning>true</usePresigning>
        <signatureExpirySeconds>600</signatureExpirySeconds>
    </provider>
</config>

We have other configuration templates for other cloud providers as well:
https://www.jfrog.com/confluence/display/JFROG/Configuring+the+Filestore#ConfiguringtheFilestore-ConfiguringShardingforHACluster

If you want to use local disk storage instead of S3, you can use:

<config version="2">
    <chain template="cluster-file-system"/>
</config>