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

thread safety up #701

Open
mastak opened this issue Sep 24, 2024 · 0 comments
Open

thread safety up #701

mastak opened this issue Sep 24, 2024 · 0 comments

Comments

@mastak
Copy link

mastak commented Sep 24, 2024

Problem:

Thread safety section contains link to the resources doc but aws-encryption-sdk-python does not use boto3 resources and use boto3 client. According to clients doc it's thread-safe and could be used in a multithreaded application.

I read #560 and #11 (comment), there used irrelevant boto docs, because aws-encryption-sdk-python does not use boto3 resource, but client.

Solution:

Review multithreaded guidelines and update doc.

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

No branches or pull requests

1 participant