I have a requirement of mounting local stored jfrog artifactory OSS into gcs bucket. For that i have tried below in binarystore.xml file, But my ui keeps on running at starting window. It doesn't land to the starting page.
<config version="2">
<chain template="cluster-google-storage-v2"/>
<provider id="google-storage-v2" type="google-storage-v2">
<endpoint>commondatastorage.googleapis.com</endpoint>
<bucketName><BUCKET NAME></bucketName>
</provider>
</config>
Please note i have already copied all the local artifacts which were stored over the gcp vm, and now i want my artifacts to be used either read or write to gcs bucket.
Any help would be appreciable. Thanks in advance.
GCP Cloud storage requires Pro, Enterprise X, or an Enterprise+ license.
It is documented here.