You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: