hadoop/hadoop-tools/hadoop-aws
Steve Loughran 832a3c6a89
HADOOP-17511. Add audit/telemetry logging to S3A connector (#2807)
The S3A connector supports
"an auditor", a plugin which is invoked
at the start of every filesystem API call,
and whose issued "audit span" provides a context
for all REST operations against the S3 object store.

The standard auditor sets the HTTP Referrer header
on the requests with information about the API call,
such as process ID, operation name, path,
and even job ID.

If the S3 bucket is configured to log requests, this
information will be preserved there and so can be used
to analyze and troubleshoot storage IO.

Contributed by Steve Loughran.
2021-05-25 10:25:41 +01:00
..
dev-support HADOOP-16080. hadoop-aws does not work with hadoop-client-api. (#2522) 2021-03-09 20:01:29 +00:00
src HADOOP-17511. Add audit/telemetry logging to S3A connector (#2807) 2021-05-25 10:25:41 +01:00
pom.xml HADOOP-17115. Replace Guava Sets usage by Hadoop's own Sets in hadoop-common and hadoop-tools (#2985) 2021-05-20 10:47:04 -05:00