Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib/AWS/Signature4.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Arguments:

Argument name Argument Value
------------- --------------
-access_key An AWS acccess key (account ID)
-access_key An AWS access key (account ID)

-secret_key An AWS secret key

Expand All @@ -72,7 +72,7 @@ If a security token is provided, it overrides any values given for
-access_key or -secret_key.

If the environment variables EC2_ACCESS_KEY and/or EC2_SECRET_KEY are
set, their contents are used as defaults for -acccess_key and
set, their contents are used as defaults for -access_key and
-secret_key.

=cut
Expand Down Expand Up @@ -131,8 +131,6 @@ throw an exception.
This method will generate a signed GET URL for the request. The URL
will include everything needed to perform the request.

=back

=cut

sub sign {
Expand Down Expand Up @@ -374,6 +372,8 @@ sub _calculate_signature {

1;

=back

=head1 SEE ALSO

L<VM::EC2>
Expand Down