in reply to Automating upload of files to Amazon S3 Buckets
So, you've initialised a Net::Amazon::S3 object with your API details?
This object has a 'bucket' method, to select a single bucket. This will return a Net::Amazon::S3::Bucket object. You will find what you need in the Net::Amazon::S3::Bucket module docs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Automating upload of files to Amazon S3 Buckets
by OfficeLinebacker (Chaplain) on Oct 08, 2013 at 17:41 UTC | |
|
Re^2: Automating upload of files to Amazon S3 Buckets
by OfficeLinebacker (Chaplain) on Oct 08, 2013 at 22:04 UTC | |
by ltriant (Scribe) on Oct 08, 2013 at 23:18 UTC | |
by OfficeLinebacker (Chaplain) on Oct 09, 2013 at 13:16 UTC |