How to Configure Google Cloud as a Binary Storage Provider for Artifactory
As Artifactory fully supportsGoogle Cloud Storage (GCS), your Artifactoryfilestorecan reside in the cloud. This a part of Artifactory’s new filestore management capabilities, which are configurable with thebinarystore.xmlconfiguration file. More details on this subject are availableHERE.
When usinggoogle-storageas a binary provider, the default chain is as follows:
With this configuration, Artifactory uses acache-fsto store the most frequently downloaded artifacts. If the artifact has not been cached, it will download the file from the Google Cloud Storage bucket.
Here is an examplebinarystore.xmlconfiguration for google-storage:
Additional configuration parameters for google-storage are availableHERE.