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

s3: share the session between transfers #185

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

joelynch
Copy link
Contributor

This reduces memory by only loading large files like botocore/data/ec2/2016-11-15/service-2.json once. Currently these large files are being loaded every time a Transfer is created.

About this change - What it does

Resolves: #xxxxx

Why this way

@joelynch joelynch force-pushed the joelynch/share-session branch 2 times, most recently from 01408d9 to 16bbea6 Compare May 23, 2024 11:21
This reduces memory by only loading large files like
botocore/data/ec2/2016-11-15/service-2.json once. Currently these
large files are being loaded every time a Transfer is created.
@joelynch joelynch force-pushed the joelynch/share-session branch from 16bbea6 to 8ba0c01 Compare May 23, 2024 11:21
@kmichel-aiven kmichel-aiven merged commit 6f25fe8 into main May 24, 2024
9 checks passed
@kmichel-aiven kmichel-aiven deleted the joelynch/share-session branch May 24, 2024 10:06
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.

2 participants