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

env config consistent naming and replaced usage of deprecated ioutil #2918

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christophrj
Copy link

Adds consistent naming of env config constants and drops the usage of (deprecated) ioutils

@christophrj christophrj requested a review from a team as a code owner December 3, 2024 23:26
@@ -29,9 +28,9 @@ const (

awsSessionTokenEnvVar = "AWS_SESSION_TOKEN"

awsContainerCredentialsEndpointEnvVar = "AWS_CONTAINER_CREDENTIALS_FULL_URI"
Copy link
Contributor

Choose a reason for hiding this comment

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

If we're bikeshedding, then I'd prefer *Env - e.g. awsContainerCredentialsEndpointEnv

@Madrigal
Copy link
Contributor

Madrigal commented Jan 8, 2025

We recently added instructions on how to generate a changelog entry for PRs. In the past, we had to do this on behalf of contributors, slowing down the review process. Can you go through this document and generate a changelog entry for this PR?

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.

3 participants