Giter Site home page Giter Site logo

branislav-zahradnik-gdc / net-amazon-signature-v4 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grinnz/net-amazon-signature-v4

0.0 1.0 0.0 78 KB

Fork of Grinnz/Net-Amazon-Signature-V4 repository (Net::Amazon::Signature::V4)

License: Other

Perl 100.00%

net-amazon-signature-v4's Introduction

NAME
    Net::Amazon::Signature::V4 - Implements the Amazon Web Services
    signature version 4, AWS4-HMAC-SHA256

VERSION
    Version 0.18

SYNOPSIS
    This module signs an HTTP::Request to Amazon Web Services by appending
    an Authorization header. Amazon Web Services signature version 4,
    AWS4-HMAC-SHA256, is used.

        use Net::Amazon::Signature::V4;

        my $sig = Net::Amazon::Signature::V4->new( $access_key_id, $secret, $endpoint, $service );
        my $req = HTTP::Request->parse( $request_string );
        my $signed_req = $sig->sign( $req );
        ...

    The primary purpose of this module is to be used by
    Net::Amazon::Glacier.

METHODS
  new( $access_key_id, $secret, $endpoint, $service )
    Constructs the signature object, which is used to sign requests.

    Note that the access key ID is an alphanumeric string, not your account
    ID. The endpoint could be "eu-west-1", and the service could be
    "glacier".

  sign( $request )
    Signs a request with your credentials by appending the Authorization
    header. $request should be an HTTP::Request. The signed request is
    returned.

AUTHOR
    Tim Nordenfur, "<tim at gurka.se>"

    Maintained by Dan Book, "<dbook at cpan.org>"

BUGS
    Please report any bugs or feature requests to
    "bug-net-amazon-signature-v4 at rt.cpan.org", or through the web
    interface at
    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Amazon-Signature-V4>
    . I will be notified, and then you'll automatically be notified of
    progress on your bug as I make changes.

SUPPORT
    You can find documentation for this module with the perldoc command.

        perldoc Net::Amazon::Signature::V4

    You can also look for information at:

    *   RT: CPAN's request tracker (report bugs here)

        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Amazon-Signature-V4>

    *   AnnoCPAN: Annotated CPAN documentation

        <http://annocpan.org/dist/Net-Amazon-Signature-V4>

    *   CPAN Ratings

        <http://cpanratings.perl.org/d/Net-Amazon-Signature-V4>

    *   Search CPAN

        <http://search.cpan.org/dist/Net-Amazon-Signature-V4/>

LICENSE AND COPYRIGHT
    Copyright 2012 Tim Nordenfur.

    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.

    See http://dev.perl.org/licenses/ for more information.

net-amazon-signature-v4's People

Contributors

grinnz avatar

Watchers

Branislav Zahradník avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.