S3N
S3N (S3 Native FileSystem) is a Hadoop FileSystem implementation that provides a Hadoop-compatible interface to data stored in Amazon S3. It allows Hadoop MapReduce, Hive, and Pig to read and write data directly in S3 using the s3n:// URL scheme. S3N maps Hadoop filesystem calls to Amazon S3 operations, with files stored as objects in S3 buckets and directory structures represented by key prefixes.
S3N was introduced to enable scalable, cost-effective storage for Hadoop workloads without provisioning a traditional HDFS
Configuring S3N typically involves setting credentials (for example, awsAccessKeyId and awsSecretAccessKey) and optional endpoint and region
With the advent of newer Hadoop-compatible S3 connectors, S3N has become largely superseded by S3A and is