Ariel Shaqed (Scolnicov)
05/24/2022, 3:01 PMfs.impl
loaded it. E.g. have a look at hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/InternalConstants.java in the hadoop repo. Even at tip of trunk it says
/**
* AccessPoint ARN for the bucket. When set as a bucket override the requests for that bucket
* will go through the AccessPoint.
*/
public static final String ARN_BUCKET_OPTION = "fs.s3a.bucket.%s.accesspoint.arn";
(and I don't see any code that will try to edit "s3a" in the configuration option name).Oz Katz
Ariel Shaqed (Scolnicov)
05/24/2022, 7:04 PMJonathan Rosenberg
05/24/2022, 7:06 PM