pulumi / pulumi-synced-folder

A Pulumi component that synchronizes a local folder to Amazon S3, Azure Blob Storage, or Google Cloud Storage.
Apache License 2.0
3 stars 3 forks source link

Replace gsutil with gcloud storage #63

Open benediktarnold opened 1 month ago

benediktarnold commented 1 month ago

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