GCP Cloud Storage
Profile images and Videos are stored in GCP Buckets.Configuration steps required :
Last updated
Profile images and Videos are stored in GCP Buckets.Configuration steps required :
Last updated
Creation of Buckets
Service Account Creation
Grant Access to Service Account on Buckets
Updating environment variables in .env file
Two Buckets needs to be created - one for Storing videos and other for storing Profile images
Set following environments variables in .env file
gcp_image_bucket_name=<Bucket name for storing Profile images>
gcp_video_bucket_name=<Bucket name for storing Videos>
gcp_credentials='<Paste contents of the Key file of Service Account>'