-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
INIParseError if separators (i.e. [
and ]
) are used in values
#3958
Comments
@snorwin I know the the AWS CLI allows for these tokens to be present in values. Out of curiosity is there a specific use case that you have that requires support for these tokens in the Go INI config parser, or was this just uncovered while testing the parser with various input? |
@skmcgrail the use case is that a dynamic random credential file was generated for a S3 compatible storage by using Go INI and the issue appeared in the velero-plugin-for-aws which uses the AWS SDK to handle S3 connections. |
|
=== ### Service Client Updates * `service/ec2`: Updates service API * This release removes network-insights-boundary * `service/elasticloadbalancingv2`: Updates service documentation ### SDK Features * `internal/ini`: The ini parser has been updated to support `[`, `]`, `:`, and `=` being present in section key values. ([#3958](#3958))
Release v1.39.0 (2021-07-02) === ### Service Client Updates * `service/ec2`: Updates service API * This release removes network-insights-boundary * `service/elasticloadbalancingv2`: Updates service documentation ### SDK Features * `internal/ini`: The ini parser has been updated to support `[`, `]`, `:`, and `=` being present in section key values. ([#3958](#3958))
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
A clear and concise description of what the bug is.
Version of AWS SDK for Go?
main
branchVersion of Go (
go version
)?1.6
To Reproduce (observed behavior)
or
Expected behavior
Should parse the values which contain separators.
The text was updated successfully, but these errors were encountered: