Configuration

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

Version

2010.01.19

Copyright

2006-2010 Ryan Parman, Foleeo, Inc., and contributors.

License

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

See Also

CloudFusionhttp://getcloudfusion.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?action=access-key

AWS_ASSOC_ID

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

AWS_DEFAULT_LOCALE

Locale that all PAS methods should default to.  Can be overridden per-instance.  Valid values are ‘us’, ‘uk’, ‘ca’, ‘fr’, ‘de’, or ‘jp’.

AWS_CANONICAL_ID

Your CanonicalUser ID.  Used for setting access control settings in AmazonS3.  Must be fetched from the server.  Call <?php 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 <?php print_r($s3->get_canonical_user_id()); ?> to view.