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

Doesn't work for Windows (the quotes in `sync` command) #58

Open nichita-pasecinic opened 7 months ago

nichita-pasecinic commented 7 months ago

What happened?

aws: error: argument --acl: Invalid choice, valid choices are:

    private                                  | public-read
    public-read-write                        | authenticated-read
    aws-exec-read                            | bucket-owner-read
    bucket-owner-full-control                | log-delivery-write

    Invalid choice: '"public-read"', maybe you meant:

      * public-read

Example

-

Output of pulumi about

CLI
Version      3.105.0
Go Version   go1.21.6
Go Compiler  gc

Plugins
NAME           VERSION
aws            6.21.0
awsx           2.5.0
docker         4.5.1
docker         3.6.1
nodejs         unknown
synced-folder  0.11.1

Host
OS       Microsoft Windows 10 Pro
Version  10.0.19045 Build 19045
Arch     x86_64

This project is written in nodejs: executable='C:\Program Files\nodejs\node.exe' version='v21.5.0'

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).