read_s3
provides a reader for Amazon's S3 service's access logs, described
here.
read_s3(file)
The fields for S3 files are:
Anonymous
if the request was not authenticated.
split_clf
works to split this into a data.frame of 3
columns.
read_aws
for reading Amazon Web Services (AWS) access log files,
and split_clf
, which works well on the uri
field from S3 files.
# Using the inbuilt testing dataset
s3_data <- read_s3(system.file("extdata/s3.log", package = "webreadr"))
Run the code above in your browser using DataLab