Help for this page

Select Code to Download


  1. or download this
    $conf = {
        aws_access_key_id     => 'foo',
    ...
    my $bucket = $s3->bucket( name => $bucket_name );
    
    ...