Top "Google-cloud-storage" questions

Google Cloud Storage is a RESTful service for storing and accessing your data on Google's infrastructure.

How to backup a Postgres database in Kubernetes on Google Cloud?

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-engine
How can I exclude a file from deploy in gcloud?

I 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 gcloud
Is there Google Cloud Storage emulator?

For the purpose of testing, I would like to mock Cloud Storage because it slows tests down. Is there Google …

google-cloud-storage cloud-storage
Google Cloud Storage: How to Delete a folder (recursively) in Python

I 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-python
I am trying to use gcs bucket as the volume in gke pod

I 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-engine
"No Filesystem for Scheme: gs" when running spark job locally

I 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-hadoop
Upload a file to Google Cloud, in a specific directory

How to upload a file on Google Cloud, in a specific bucket directory (e.g. foo)? "use strict"; const gcloud = …

node.js google-cloud-storage
gsutil make bucket command [gsutil mb] is not working

I 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 gsutil
GCP Deployment Manager: 403 does not have storage.buckets.get access

I 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-manager