Relative Content

Tag Archive for google-cloud-platformgoogle-cloud-storage

How to point a subdomain to google cloud storage bucket

i have a GC storage bucket. I want to point a subdomain to it. lets say my storage bucket url is my-bucket.storage.googleapis.com.
It servers some files under it my-bucket.storage.googleapis.com/files/notes.txt.
i want to have the same file with my sub domain storage.example.com/files/notes.txt.

Analysis Metrics Usage of Cloud Storage Data Transfer

I have a bucket with size more than 120GB on multi-region. There is data transfer between multi-region and region, and I need monitoring the metric usage of data transfer in some period because need to compare with the GCP billing

class A operations on google cloud buckets

While observing the billing reports for a given Project B, I noticed that we are paying heavy costs for Regional Standard Class A Operations for some gcs buckets within our project.

GCP Storage SignedUrl access denied in production

I have next.js app that uses the Google Cloud Storage node.js SDK to upload videos and view them by generating signedUrls. Everything works when running locally, but as soon as I deploy the app (Cloud Run), none of my bucket actions work, particularly generating signedUrls. I generate singedUrls on the backend for the client to view videos I have on the bucket.