in reply to Re^2: Automating upload of files to Amazon S3 Buckets
in thread Automating upload of files to Amazon S3 Buckets

Look at the add_key_filename() method. It is for uploading files into S3.

  • Comment on Re^3: Automating upload of files to Amazon S3 Buckets

Replies are listed 'Best First'.
Re^4: Automating upload of files to Amazon S3 Buckets
by OfficeLinebacker (Chaplain) on Oct 09, 2013 at 13:16 UTC
    ha and here I was Slurping file contents into a string and passing it as data.

    I guess these modules are not as well documented as most of the other ones I use but they are still useful. Thanks.