Skip to content

[historyserver] Migrate S3 credentials to standard AWS environment variables #4664

Description

@ashutosh1807

Context

Per #4653 (comment), the historyserver S3 implementation uses non-standard environment variables for credentials:

  • AWS_S3ID instead of AWS_ACCESS_KEY_ID
  • AWS_S3Secret instead of AWS_SECRET_ACCESS_KEY
  • AWS_S3Token instead of AWS_SESSION_TOKEN

These should be migrated to the standard AWS environment variables so the historyserver follows AWS SDK conventions and works seamlessly with existing credential setups.

Scope

  • Update historyserver/pkg/storage/s3/s3.go to read from standard AWS env vars
  • Update any related documentation and Helm chart values

Ref: #4652, #4653

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions