NAME

Brackup::Target::Amazon - backup to Amazon's S3 service

EXAMPLE

In your ~/.brackup.conf file:

[TARGET:amazon]
type = Amazon
aws_access_key_id  = ...
aws_secret_access_key =  ....

CONFIG OPTIONS

type

Must be "Amazon".

aws_access_key_id

Your Amazon Web Services access key id.

aws_secret_access_key

Your Amazon Web Services secret password for the above access key. (not your Amazon password)

SEE ALSO

Brackup::Target

Net::Amazon::S3 -- required module to use Brackup::Target::Amazon