How to Configure Google Cloud as a Binary Storage Provider for Artifactory

Jayanth Suresh
2023-01-22 11:11

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:




commondatastorage.googleapis.com

XXXXXX
XXXXXXX


Additional configuration parameters for google-storage are availableHERE.