-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --profile argument to underlying aws s3 command using pulumi stack config #50
Comments
Cheers :) This impacted me on the ts nodjs version, when I use SSO setup(the only one that has beein impacted by it). It´s a part of the cloudfront distribution template, so quite important.
|
Hello! I am also experiencing this issue. |
Have just found out that updating the version of |
Hello!
Issue details
When running pulumi up using pulumi_synced_folder.S3BucketFolder and aws configure sso, the underlying command is not able to run, could we have the stack configuration aws:profile added on to the end of the aws s3 command such as
aws s3 sync "./builds/server/files" "s3://server-dev2/pulumi/" --acl "private" --region "eu-west-1" --delete --only-show-error --profile aws-profile-name
Affected area/feature
The text was updated successfully, but these errors were encountered: