open-vault/builtin/logical/aws
swayne275 4632a26a09
Use %q for quoted strings where appropriate (#15216)
* change '%s' to %q where single vs double quotes shouldn't matter

* replace double quotes with %q in logs and errors
2022-08-03 12:32:45 -06:00
..
cmd/aws
backend.go
backend_test.go
client.go
iam_policies.go
iam_policies_test.go
path_config_lease.go
path_config_root.go
path_config_root_test.go
path_config_rotate_root.go
path_roles.go Use %q for quoted strings where appropriate (#15216) 2022-08-03 12:32:45 -06:00
path_roles_test.go
path_user.go Use %q for quoted strings where appropriate (#15216) 2022-08-03 12:32:45 -06:00
rollback.go
secret_access_keys.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
secret_access_keys_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
stepwise_test.go