From 4606205b82eeac3278c1eb56a91bcd96bada8367 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 10 Feb 2022 09:45:18 -0800 Subject: [PATCH] update readme for prioritization plan --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e94652..7575cbb 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,6 @@ Only environment variable based credentials can be used at the moment. TODO List: -* Add option to cache signature keys -* Implement credentials provider -* Implement jitter/exponential backoff -* Implement timeouts and other TODO's in the code * Implement [AWS restXml protocol](https://awslabs.github.io/smithy/1.0/spec/aws/aws-restxml-protocol.html). Includes S3. Total service count 4. This may be blocked due to the same issue as EC2. * Implement [AWS EC2 query protocol](https://awslabs.github.io/smithy/1.0/spec/aws/aws-ec2-query-protocol.html). @@ -74,6 +70,9 @@ TODO List: discovered. More details and llvm ir log can be found in the [XML branch](https://git.lerch.org/lobo/aws-sdk-for-zig/src/branch/xml). * Implement sigv4a signing +* Implement jitter/exponential backoff +* Implement timeouts and other TODO's in the code +* Add option to cache signature keys Compiler wishlist/watchlist: