From a11f81526d46ba0c850dd943e68225d2e0a8e399 Mon Sep 17 00:00:00 2001 From: AllanZhengYP Date: Sat, 25 Sep 2021 00:56:06 +0000 Subject: [PATCH] docs: add known issues link to MRAP --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6d401b0ea869..2330d2de57ee 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests). 1. [Middleware Stack](#middleware-stack) 1. [Install from Source](#install-from-Source) 1. [Giving feedback and contributing](#giving-feedback-and-contributing) +1. [Known Issues](#known-issues) ## Getting Started @@ -464,3 +465,7 @@ client.middlewareStack.add(middleware, { ``` For a full middleware stack deep dive please check out our [blog post](https://aws.amazon.com/blogs/developer/middleware-stack-modular-aws-sdk-js/). + +## Known Issues + +1. [S3 Multi-Region Access Point(MRAP) is not available unless with additional dependency](https://github.com/aws/aws-sdk-js-v3/issues/2822)