aws / aws/aws-encryption-sdk-python
thread safety up
- Vorherrschende Sprache
- Python
- Sterne
- 255
- Forks
- 92
- Ø Merge
- 2 T. 17 Std.
- Gemergte PRs (30 T.)
- 2
Beschreibung
### Problem:
[Thread safety](https://github.com/aws/aws-encryption-sdk-python?tab=readme-ov-file#thread-safety) section contains link to the [resources doc](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/resources.html#multithreading-or-multiprocessing-with-resources) but aws-encryption-sdk-python does not use boto3 resources and use boto3 client. According to [clients doc](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#multithreading-or-multiprocessing-with-clients) it's thread-safe and could be used in a multithreaded application.
I read #560 and [https://github.com/aws/aws-encryption-sdk-python/issues/11#issuecomment-330716036](https://github.com/aws/aws-encryption-sdk-python/issues/11#issuecomment-330716036), there used irrelevant boto docs, because aws-encryption-sdk-python does not use boto3 resource, but client.
### Solution:
Review multithreaded guidelines and update doc.
Beitragsleitfaden
Rechercherichtung
Beginne mit dem Abschnitt Thread safety im README und vergleiche den darin enthaltenen aktuellen Ressourcenlink mit der im Issue zitierten Anleitung zur Multithreading-Nutzung von boto3 clients. Aktualisiere die Dokumentation so, dass sie die Verwendung von boto3 clients durch das SDK und die zugehörigen Hinweise zur Thread-Sicherheit widerspiegelt; abgeschlossen ist die Aufgabe, wenn Links und Formulierung korrekt sind.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- aws, python
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100