read_s3: Read Amazon S3 Access Logs

Description Usage Arguments Details See Also Examples

Description

read_s3 provides a reader for Amazon's S3 service's access logs, described here.

Usage

1

Arguments

file

the full path to the S3 file you want to read.

Details

S3 access logs contain information about requests to S3 buckets, and follow a standard format described here.

The fields for S3 files are:

See Also

read_aws for reading Amazon Web Services (AWS) access log files, and split_clf, which works well on the uri field from S3 files.

Examples

1
2
# Using the inbuilt testing dataset
s3_data <- read_s3(system.file("extdata/s3.log", package = "webreadr"))

webreadr documentation built on May 2, 2019, 6:44 a.m.