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

Allow sync from Cloud to Cloud #51

Open aureq opened 1 year ago

aureq commented 1 year ago

Hello!

Issue details

Currently, this provider allows syncing a local folder to a Cloud vendor (S3, Azure...), however, this requires to have data locally which is not always the case, for example a developer machine may not have the data stored locally, or a ci/cd may not either.

This feature request is to record interest in allowing Cloud to Cloud syncing of data. For example, the data sync could happen from S3 to Azure Storage, or a GCP Bucket to S3.

scottslowe commented 1 year ago

Hi @aureq! This is an interesting idea; thanks for suggesting it. It's somewhat out of scope for this component, which was expressly designed for local-to-cloud sync, but we'd certainly be open to reviewing PRs that added cloud-to-cloud sync functionality.