As described in Filestore Configuration, you control how Artifactory stores binaries using the$JFROG_HOME/artifactory/var/etc/artifactory/binarystore.xmlfile.
To configure the Artifactory Filestore for Direct Cloud Storage, in binarystore.xml file, for s3-storage-v3, google-storage-v2, and azure-blob-storage-v2 set the following parameters:
Set
enableSignedUrlRedirectto true.Set
signedUrlExpirySecondsto the number of seconds that a signed URL provided to a requesting client for direct download from cloud storage is valid. The default is 30 seconds.
The following snippet shows an example of how these parameters may look in your binarystore.xml file.
<enableSignedUrlRedirect>true</enableSignedUrlRedirect> <signedUrlExpirySeconds>30</signedUrlExpirySeconds>