Skip to content

Overly expensive resource utilization via object-storage (and related) clients #564

@snazy

Description

@snazy

Describe the bug

Instances of object-storage (e.g. S3Client) and credential-vending clients (e.g. StsClient) are "fully" created for every client request. This means, that also implicit resources like HTTP connection pools and thread pools are created for every client request. This is too expensive.

Related to #563

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions