Class: RequestLogAnalyzer::FileFormat::AmazonS3

Inherits:
Base
  • Object
show all
Defined in:
lib/request_log_analyzer/file_format/amazon_s3.rb

Overview

FileFormat for Amazon S3 access logs.

Access logs are disabled by default on Amazon S3. To enable logging, see docs.amazonwebservices.com/AmazonS3/latest/index.html?ServerLogs.html

Defined Under Namespace

Classes: Request

Instance Attribute Summary

Attributes inherited from Base

#line_definitions, #report_trackers

Method Summary

Methods inherited from Base

#captures?, create, format_definition, inherited, #initialize, line_definition, #parse_line, report, #request, #request_class, #setup_environment, #valid?

Constructor Details

This class inherits a constructor from RequestLogAnalyzer::FileFormat::Base