*/ define('AWS_KEY', variable_get('creeper_aws_id_key','')); /** * Constant: AWS_SECRET_KEY * Amazon Web Services Secret Key. */ define('AWS_SECRET_KEY', variable_get('creeper_aws_secret_key','')); /** * Constant: AWS_ACCOUNT_ID * Amazon Account ID without dashes. Used for identification with Amazon EC2. */ define('AWS_ACCOUNT_ID', variable_get('creeper_aws_account_id','')); /** * Constant: AWS_ASSOC_ID * Amazon Associates ID. Used for crediting referrals via Amazon AAWS. */ define('AWS_ASSOC_ID', ''); /** * Constant: 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. */ define('AWS_CANONICAL_ID', ''); /** * Constant: 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. */ define('AWS_CANONICAL_NAME', ''); ?>