Google Cloud Storage guide
Select a project
then New project
ShareX
Create
Google Cloud Storage isn't free, it's billed based on usage, not a static monthly fee. Storage is very cheap, most users bills will be free or 1-2 cents a month.
Create bucket
https://i.example.com/image.png
bucket should be named i.example.com
regional
if you plan on using a CDN like Cloudflare, or multi-regional
if not.Fine-grained
Create
If you are going to use your own domain then you must configure DNS.
For example if you are using Cloudflare, your bucket name is i.example.com
then these are DNS settings:
CNAME
i
c.storage.googleapis.com
Destinations -> Destination settings
Google Cloud Storage
tab%y/%mo
which creates such folder 2017/12
https
natively, so unless you are using a tls proxy such as Cloudflare, you must prepend http
protocol to your domain. So in the custom domain box you would fill in exactly http://i.example.com
Set public-read ACL on file
, since ACL isn't supported in uniform permission buckets.Now you are ready to use Google Cloud Storage in ShareX!