Google Cloud Storage is a RESTful service for storing and accessing your data on Google's infrastructure.
What is the best practice for backing up a Postgres database running on Google Cloud Container Engine? My thought is …
postgresql google-cloud-storage kubernetes google-kubernetes-engineI have built a Node.js app and what I do to deploy is cd into my project's directory and …
google-cloud-storage google-cloud-platform gcloudFor the purpose of testing, I would like to mock Cloud Storage because it slows tests down. Is there Google …
google-cloud-storage cloud-storageI am trying to delete a folder in GCS and its all content (including sub-directories) with its Python library. Also …
google-cloud-storage google-cloud-pythonI am getting the error: error validating "mysql.yaml": error validating data: ValidationError(Deployment.spec.template.spec.volumes[0]): unknown field "…
kubernetes google-cloud-storage docker-volume google-kubernetes-engineI am running a Spark job (version 1.2.0), and the input is a folder inside a Google Clous Storage bucket (i.…
apache-spark hadoop google-cloud-storage google-cloud-dataproc google-hadoopHow to upload a file on Google Cloud, in a specific bucket directory (e.g. foo)? "use strict"; const gcloud = …
node.js google-cloud-storageI am trying to create a bucket using gsutil mb command: gsutil mb -c DRA -l US-CENTRAL1 gs://some-bucket-to-my-gs But …
google-cloud-storage gsutilI am trying to create a bucket using Deployment manager but when I want to create the deployment, I get …
google-cloud-platform google-cloud-storage google-iam google-deployment-managerThere is an instance running on GCE and there is a GCS bucket in same project. But I am not …
google-cloud-storage google-compute-engine service-accounts