Group
Extension

Matches 1

Mojolicious-Plugin-AWS ( S/SC/SCOTTW/Mojolicious-Plugin-AWS-0.21.tar.gz, SCOTTW, 2020; MetaCPAN )
Mojolicious-Plugin-AWS/lib/Mojolicious/Plugin/AWS.pm ( view source; MetaCPAN )
package Mojolicious::Plugin::AWS;
use Mojo::Base 'Mojolicious::Plugin';
use Mojo::JSON 'encode_json';
use Mojo::AWS;
use Mojo::AWS::S3;

our $VERSION = '0.21';

sub register {
    my ($self, $app, $co
secret_key => $args{secret_key}
            );

            ## FIXME: MessageStructure 'json' and an encode_json Message needs
            ## FIXME: to be parameterized
            my $tx = $aws->sign
e},
                url      => $args{url},
                headers  => {'Accept' => 'application/json'},
                signed_headers =>
                  {'Content-Type' => 'application/x-www-form

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.