module.config.php #1

  • //
  • guest/
  • paul_allen/
  • codedeploy/
  • main/
  • module/
  • CodeDeploy/
  • config/
  • module.config.php
  • View
  • Commits
  • Open Download .zip Download (537 B)
<?php
/**
 * Perforce Swarm
 *
 * @copyright   2015 Perforce Software. All rights reserved
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */

return array(
    'aws' => array(
        'region'                   => 'eu-west-1',
        'version'                  => 'latest',
        'aws_access_key_id'        => 'AKIAIBKGUV5IPA5YA7FA',
        'aws_secret_access_key'    => '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',
        'max_size'                 => ''
    )
);
# Change User Description Committed
#1 19727 Paul Allen Basic upload of review zip to S3 Bucket.
Does not include shelved files.