Skip to content

Undo env vars set in the backend and write workers when Loki AWS SDK issue is fixed #127

Description

@sinapah

See also: grafana/loki#21624

When the Lokitool restarts to successfully sync to all S3 backends (probably in major 3.8 and up), we should undo the setting of these env vars in the backend workers.

if "backend" in worker.roles:
            env.update(
                {
                    "AWS_REQUEST_CHECKSUM_CALCULATION": "when_required",
                    "AWS_REQUEST_CHECKSUM_VALIDATION": "when_required",
                }
            )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions