Skip to content
  • Andrew Nicols's avatar
    16a34ae1
    MDL-46375 core_files: Split parts of file_storage into new file system · 16a34ae1
    Andrew Nicols authored
    This change moves all operations which deal with the fetching/updating, or
    setting of files from the file_storage class into a new file_system class.
    
    A new file_system can be specified in the config.php and used to replace
    all relevant methods in order to move the file system component to an
    alternative solution.
    16a34ae1
    MDL-46375 core_files: Split parts of file_storage into new file system
    Andrew Nicols authored
    This change moves all operations which deal with the fetching/updating, or
    setting of files from the file_storage class into a new file_system class.
    
    A new file_system can be specified in the config.php and used to replace
    all relevant methods in order to move the file system component to an
    alternative solution.
Loading