Class: Eye::Notify::EyeS3

Inherits:
Custom show all
Defined in:
lib/eye/notify/eye_s3.rb,
lib/eye/notify/eye_s3/version.rb

Constant Summary collapse

VERSION =
'0.0.3'

Instance Method Summary collapse

Instance Method Details

#executeObject



17
18
19
# File 'lib/eye/notify/eye_s3.rb', line 17

def execute
  Aws::S3::Object.new(options).put object
end