Skip to content
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

chore: small messaging clarifications #91

Merged
merged 2 commits into from
Aug 27, 2020

Conversation

horsmand
Copy link
Contributor

  • Added messaging to remind users they need to be authenticated to use
    the stage-deadline script
  • Added command for determining Deadline worker AMI ID's to integ tests
    readme

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

- Added messaging to remind users they need to be authenticated to use
the stage-deadline script
- Added command for determining Deadline worker AMI ID's to integ tests
readme
@ddneilson ddneilson added the contribution/core This is a PR that came from AWS. label Aug 27, 2020
@ddneilson ddneilson self-requested a review August 27, 2020 20:17
@@ -251,7 +251,7 @@ function getFile(props: GetFileProps) {
const success = spawnCommand('aws', props.verbose, cmdArgs);

if (!success) {
throw new Error(`Could not fetch ${props.uri.href}`);
throw new Error(`Could not fetch ${props.uri.href} (Are you authenticated?)`);
Copy link
Contributor

@ddneilson ddneilson Aug 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe "Are you authenticated with the AWS CLI?" to be a hair clearer/explicit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Copy link
Contributor

@jusiskin jusiskin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@jusiskin jusiskin merged commit 7ddf2c8 into aws:mainline Aug 27, 2020
@horsmand horsmand deleted the clarifications branch August 27, 2020 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants