The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.81

  • Restore CHANGES files format
  • Change path to new github repo
  • Add optional delimiter parameter to Net::Amazon::S3::Client::Bucket->list (patch by Christian Lackas)
  • Add expected and received ETag value if upload is detected as being incorrect.
  • Add support for all location constraints when creating buckets
  • making DateTime coercion optional for last_modified (something that might happen million of times without ever been used, in a rather expensive operation) (patch by Christian Lackas)
  • avoiding MD5 calculation of large files (chunked uploads) that are then never used (patch by Christian Lackas)
  • add ability to set use_virtual_host to use virtual host method of making requests which eliminate having to set the region endpoint of a bucket. (patch by Christian Lackas)
  • Add V4 support (patch by Branislav Zahradník)

Documentation

Command line for Amazon s3 cloud storage

Modules

Use the Amazon S3 - Simple Storage Service
convenience object for working with Amazon S3 buckets
An easy-to-use Amazon S3 client
An easy-to-use Amazon S3 client bucket
An easy-to-use Amazon S3 client object
Create a signed HTTP::Request
Base class for request objects
An internal class to complete a multipart upload
An internal class to complete a multipart upload
An internal class to create a bucket
An internal class to delete a bucket
An internal class to delete multiple objects from a bucket
An internal class to delete multiple objects
An internal class to delete an object
An internal class to get a bucket's access control
An internal class to get a bucket's location constraint
An internal class to get an object
An internal class to get an object's access control
An internal class to begin a multipart upload
An internal class to list all buckets
An internal class to list a bucket
List the parts in a multipart upload.
An internal class to put an object
An internal class to put part of a multipart upload
An internal class to set a bucket's access control
An internal class to set an object's access control