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

fix(Halyard): s3 --bucket not accept s3:// prefix #951

Merged
merged 3 commits into from
May 26, 2018

Conversation

IanMalkaviac
Copy link
Contributor

@IanMalkaviac IanMalkaviac commented May 25, 2018

Solution to "Halyard: s3 --bucket will not accetp s3:// prefix #2408"

fixes #2408

Better solution might be is to find out why the parameter cannot be stored with the s3:// because it should be needed to access the s3 bucket. Possibly the validate function cannot handle the s3:// prefix and the code needed when the bucket is accessed would need updating so this might be the easiest solution.

Solution to "Halyard: s3 --bucket will not accetp s3:// prefix #2408"

Better solution might be is to find out why the parameter cannot be stored with the s3:// because it should be needed to access the s3 bucket. Possibly the validate function cannot handle the s3:// prefix and the code needed when the bucket is accessed would need updating so this might be the easiest solution.
@spinnakerbot
Copy link
Contributor

The following commits need their title changed:

e261d82: Update S3EditCommand.java for problem #2408

Solution to "Halyard: s3 --bucket will not accetp s3:// prefix #2408"

Better solution might be is to find out why the parameter cannot be stored with the s3:// because it should be needed to access the s3 bucket. Possibly the validate function cannot handle the s3:// prefix and the code needed when the bucket is accessed would need updating so this might be the easiest solution.

Please format your commit title into the form:

<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check

This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.

@IanMalkaviac IanMalkaviac changed the title Update S3EditCommand.java fixes #2408 fix(Halyard): s3 --bucket not accept s3:// prefix May 25, 2018
Copy link
Member

@lwander lwander left a comment

Choose a reason for hiding this comment

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

Thanks! Please amend your commit message (not the PR title) & I'll merge

@IanMalkaviac
Copy link
Contributor Author

IanMalkaviac commented May 25, 2018 via email

@lwander
Copy link
Member

lwander commented May 25, 2018

Oh was this change made via the web-UI? if so, I think I can just edit it from here.

IanMalkaviac and others added 2 commits May 25, 2018 16:48
Solution to "Halyard: s3 --bucket will not accetp s3:// prefix #2408"

Better solution might be is to find out why the parameter cannot be stored with the s3:// because it should be needed to access the s3 bucket. Possibly the validate function cannot handle the s3:// prefix and the code needed when the bucket is accessed would need updating so this might be the easiest solution.
@IanMalkaviac
Copy link
Contributor Author

I think I was able to fix the commit message

@lwander
Copy link
Member

lwander commented May 26, 2018

Nice! thanks :)

@lwander lwander merged commit c649a57 into spinnaker:master May 26, 2018
@IanMalkaviac IanMalkaviac deleted the patch-1 branch June 4, 2018 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants