nodejs-google-cloud-storage icon indicating copy to clipboard operation
nodejs-google-cloud-storage copied to clipboard

Allow uploads directly from the browser to Google Cloud Storage while controlling access with Nodejs and signed urls

Results 5 nodejs-google-cloud-storage issues
Sort by recently updated
recently updated
newest added

I am trying to set cache control, but it's not working my bucket cors. ``` [ { "origin": ["*"], "responseHeader": ["Content-Type", "access-control-allow-origin","Authorization", "Cache-Control"], "method": ["GET", "HEAD", "DELETE", "PUT", "POST"], "maxAgeSeconds":...

I checked this package by nsp and I got report with 3 issue.

not sure if I did some wrong somewhere or if there is an obvious thing to know in order to correct it, but I could not have the example working...

Hey, first of all thanks for this great module. However i did encounter a "bug". Well not really a bug but whatever. If i use the makePublic function you generate...

would this be possible to use on a remote server, and in that case how?