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 2 forks source link

Move from GSUtil to GCloud storage #60

Open adamshemur opened 1 month ago

adamshemur commented 1 month ago

Hello!

Issue details

Hi, I'm referring to these lines. Installation of gsutils have warnings and uneeded. https://github.com/pulumi/pulumi-synced-folder/blob/236fd532bfeccabed00792cda0160eb3e8188613/provider/cmd/pulumi-resource-synced-folder/google-cloud-folder.ts#L38

Can replace to this https://cloud.google.com/sdk/gcloud/reference/storage/rsync

Affected area/feature