A couple of days ago, I started getting problems running gsutil after I upgraded using gcloud components update. Since this pulumi component is the only place where I still had gsutil in use and gsutil is kind of deprecated, I thought it would be a good idea to tackle https://github.com/pulumi/pulumi-synced-folder/issues/60
Here I am, providing my first PR in the pulumi ecosystem. It would be cool to get this approved. If there are any changes required, don't hesitate to tell me and I will fix them.
PS: The changes in package.json were necessary because I had compile errors during make install_provider
A couple of days ago, I started getting problems running gsutil after I upgraded using gcloud components update. Since this pulumi component is the only place where I still had gsutil in use and gsutil is kind of deprecated, I thought it would be a good idea to tackle https://github.com/pulumi/pulumi-synced-folder/issues/60
Here I am, providing my first PR in the pulumi ecosystem. It would be cool to get this approved. If there are any changes required, don't hesitate to tell me and I will fix them.
PS: The changes in package.json were necessary because I had compile errors during
make install_provider