-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws cloudformation prints S3 upload progress to STDOUT #3618
Copy link
Copy link
Closed
Labels
cloudformation package-deploycustomizationIssues related to CLI customizations (located in /awscli/customizations)Issues related to CLI customizations (located in /awscli/customizations)feature-requestA feature should be added or improved.A feature should be added or improved.help wantedWe are asking the community to submit a PR to resolve this issue.We are asking the community to submit a PR to resolve this issue.
Description
When running aws cloudformation package, the output must not include the S3 upload progress.
It currently includes the combined output of the S3 file upload as well as packaged CloudFormation itself making it impossible to use via STDOUT.
See the full repro at https://github.com/dnagir/cf-package-stdout-messed-up
Workaround - use --output-template-file option.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cloudformation package-deploycustomizationIssues related to CLI customizations (located in /awscli/customizations)Issues related to CLI customizations (located in /awscli/customizations)feature-requestA feature should be added or improved.A feature should be added or improved.help wantedWe are asking the community to submit a PR to resolve this issue.We are asking the community to submit a PR to resolve this issue.