| Class | Net::Amazon::S3::Bucket |
| In: |
lib/net/amazon/s3/bucket.rb
|
| Parent: | Object |
| creation_date | [R] | |
| name | [R] |
Creates and returns a new S3::Object with the specified object_key and value. If this bucket already contains an object with the specified key, that object will be overwritten.
If value is an open IO stream, the value of the object will be read from the stream.
Returns a S3::Object representing the specified object_key, or nil if the object doesn‘t exist in this bucket.
Gets a list of all objects in this bucket whose keys begin with prefix. Returns a Hash of S3::Object objects indexed by object key.