Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $buckets = decode_json( aws(qw/ s3api --output json --profile /,
        $PROFILE, 'list-buckets') );
    print Dumper($buckets);