Parent

Namespace

Methods

AWS::S3::Logging::Log

A bucket log exposes requests made on the given bucket. Lines of the log represent a single request. The lines of a log can be accessed with the lines method.

log = Bucket.logs_for('marcel').first
log.lines

More information about the logged requests can be found in the documentation for Log::Line.

Public Instance Methods

lines() click to toggle source
# File lib/aws/s3/logging.rb, line 101
def lines
  log.value.lines.map {|line| Line.new(line)}
end
path() click to toggle source
# File lib/aws/s3/logging.rb, line 111
def path
  log.path
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.