Configuration

Stores your AWS account information.  Add your account information, then rename this file to ‘config.inc.php’.

Version

2008.12.02

Copyright

2006-2009 LifeNexus Digital, Inc., and contributors.

License

Simplified BSD Licensehttp://opensource.org/licenses/bsd-license.php

See Also

Tarzanhttp://tarzan-aws.com

Constants

AWS_ACCOUNT_ID

Amazon Account ID without dashes.  Used for identification with Amazon EC2.  http://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&action=edit-aws-profile

AWS_ASSOC_ID

Amazon Associates ID.  Used for crediting referrals via Amazon AAWS.  http://affiliate-program.amazon.com/gp/associates/join/

AWS_CANONICAL_ID

Your CanonicalUser ID.  Used for setting access control settings in AmazonS3.  Must be fetched from the server.  Call print_r($s3->get_canonical_user_id()); to view.

AWS_CANONICAL_NAME

Your CanonicalUser DisplayName.  Used for setting access control settings in AmazonS3.  Must be fetched from the server.  Call print_r($s3->get_canonical_user_id()); to view.