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

Use file.fullPath for BucketObject names, provide key for relativePath #9

Closed sarink closed 1 year ago

sarink commented 1 year ago

Resolves #8

AaronFriel commented 1 year ago

@sarink thanks again for reporting this & taking the initiative to make a pull request! It's much appreciated.

This issue ended up being a bit more complex and requiring a bigger change than this to ensure users don't see anything unexpected. I've charted a path to a migration and described the error in detail here:

In the mean time, I plan to release a new version with a fix that shouldn't cause any unwanted resource deletions or misbehavior. This is the pull request to implement that: