simbadzina commented on code in PR #5976: URL: https://github.com/apache/hadoop/pull/5976#discussion_r1303405073
########## hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md: ########## @@ -1709,6 +1709,24 @@ the storage class you want. Please note that S3A does not support reading from archive storage classes at the moment. `AccessDeniedException` with InvalidObjectState will be thrown if you're trying to do so. +## <a name="upload"></a>Configuring S3A for S3 on Outposts + +S3A now supports [S3 on Outposts](https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html). +Accessing data through an access point is done by using its ARN, as opposed to just the bucket name. Review Comment: Nit: Can you use `Amazon Resource Name (ARN)` instead for the first mention of `ARN` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
