The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Credential::Environment

SYNOPSIS

  use Paws::Credential::Environment;

  my $paws = Paws->new(config => {
    credentials => Paws::Credential::Enviroment->new
  });

DESCRIPTION

The Environment provider retrieves credentials from environment variables: AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, or alternately AWS_ACCESS_KEY and AWS_SECRET_KEY. It will also try to retrieve the optional session token from AWS_SESSION_TOKEN