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

internal/ini: Normalize Section keys to lowercase #495

Merged

Commits on Feb 28, 2020

  1. Normalize section keys to lowercase

    This is to match the behavior of the parsing in Python, and the boto
    based AWS CLI, where the keys are normalized to lowercase.
    
    We had a case where things were working using the CLI but when we tried
    to do the same action through the Go SDK it didn't work because we had
    UPPERCASED the access_key_id.
    gaqzi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    037eeb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    8dacc65 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Update CHANGELOG_PENDING.md

    jasdel authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    a193031 View commit details
    Browse the repository at this point in the history