serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
271 stars 127 forks source link

Custom deployment bucket #158

Open kkesley opened 5 years ago

kkesley commented 5 years ago

Is there a way to specify a custom deployment bucket?

I know there's a deploymentBucketName in https://github.com/serverless/serverless-google-cloudfunctions/blob/master/shared/setDeploymentBucketName.js

but is there a way to override its default name?

naseemkullah commented 5 years ago

There does not seem to be. This would be a good feature to have. As well as the possibility of using a pre existing bucket.

Both these features seem to exist for AWS already.

jieren172 commented 5 years ago

Is this feature going to be implemented in the short term ?