Class
UberS3::Bucket
In:
lib/uber-s3/bucket.rb
Parent:
Object
Methods
[]
connection
exists?
get
head
new
object
objects
set
store
to_s
Classes and Modules
Class
UberS3::Bucket::ObjectList
Attributes
name
[RW]
s3
[RW]
Public Class methods
new
(s3, name)
Public Instance methods
[]
(key)
Alias for
object
connection
()
exists?
(key)
get
(key)
head
(key)
object
(key)
objects
(key, options={})
set
(key, value, options={})
Alias for
store
store
(key, value, options={})
to_s
()
[Validate]