Skip to content

Commit

Permalink
MDL-58551 config: add alternative_file_system_class description
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Apr 18, 2017
1 parent 0714bcb commit e6a1843
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config-dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,19 @@
// Unoconv is used convert between file formats supported by LibreOffice.
// Use a recent version of unoconv ( >= 0.7 ), older versions have trouble running from a webserver.
// $CFG->pathtounoconv = '';

//
//=========================================================================
// 14. ALTERNATIVE FILE SYSTEM SETTINGS
//=========================================================================
//
// Alternative file system.
// Since 3.3 it is possible to override file_storage and file_system API and use alternative storage systems (e.g. S3,
// Rackspace Cloud Files, Google Cloud Storage, Azure Storage, etc.).
// To set the alternative file storage system in config.php you can use the following setting, providing the
// alternative system class name that will be auto-loaded by file_storage API.
//
// $CFG->alternative_file_system_class = '\\local_myfilestorage\\file_system';
//
//=========================================================================
// ALL DONE! To continue installation, visit your main page with a browser
//=========================================================================
Expand Down

0 comments on commit e6a1843

Please sign in to comment.