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

Support configure get/set with nested attrs #817

Merged
merged 1 commit into from
Jun 18, 2014

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Jun 18, 2014

This only works with the full qualified name, i.e.
with the profile specified. For example:

# Works:
aws configure set default.s3.signature_version s3v4
aws configure get default.s3.signature_version s3v4
aws configure set profile.prod.s3.signature_version s3v4
aws configure get profile.prod.s3.signature_version s3v4

# Does not work
aws configure set s3.signature_version s3v4
aws configure get s3.signature_version s3v4

May need to rethink the approach. I've left a failing test
to make it easy to pick right up.

cc @danielgtaylor

This only works with the full qualified name, i.e.
with the profile specified.  For example:

    # Works:
    aws configure set default.s3.signature_version s3v4
    aws configure get default.s3.signature_version s3v4
    aws configure set profile.prod.s3.signature_version s3v4
    aws configure get profile.prod.s3.signature_version s3v4

    # Does not work
    aws configure set s3.signature_version s3v4
    aws configure get s3.signature_version s3v4
May need to rethink the approach.  I've left a failing test
to make it easy to pick right up.
@danielgtaylor
Copy link
Contributor

LGTM 🚢-it!

@jamesls jamesls merged commit 5831fbe into aws:develop Jun 18, 2014
@jamesls jamesls deleted the configure-set-nested branch June 23, 2014 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants