diff --git a/inc/config.inc.example b/inc/config.inc.example --- a/inc/config.inc.example +++ b/inc/config.inc.example @@ -169,3 +169,19 @@ */ /* $input_warning_banner = FALSE; */ /* $input_warning_banner = '
Warning: BIOL-111\'s autocomplete data does not include all sections. Please use schedule 7578 to get a correct BIOL-111 entry.
'; */ + +/** + * \brief + * Amazon S3 credentials for best-effort SSL hack. + * + * Setting S3 credentials will enable slate_permutate to serve certain + * content over an HTTPS connection for the (old) WebAdvisor XSS for + * automatic registration. You must specify a bucket name which is + * either nonexistent (available) or already owned by your S3 account. + * + * You must have installed the amazon-s3-php-class PHP library to take + * advantage of this feature. + */ +/* $s3_accesskey = ''; */ +/* $s3_secretkey = ''; */ +/* $s3_bucket = 'myslatepermutate'; */