aws-cloudformation / rain

A development workflow tool for working with AWS CloudFormation.
Apache License 2.0
817 stars 74 forks source link

Fix s3bucket option for stackset deploy #593

Closed Scribbd closed 1 week ago

Scribbd commented 1 week ago

Issue #, if available: #528

Description of changes: While using the feature requested in the mentioned ticket, rain didn't accept the --s3-bucket on rain stackset deploy. It only worked for rain stackset the subcommand 'root'.

After investigating the original change and comparing how the s3 commands are made available in rain cc, rain deploy and rm I offer this MR that allows the use of the s3-commands with rain stackset deploy.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.