Skip to main content
Toolbar items
Back to site
Manage
Administration menu
Add Content
Content
Structure
Appearance
Extend
Configuration
People
Reports
Edit
Anonymous
User account actions
Log in
File system
Breadcrumb
Home
Administration
Configuration
Media
Public file system path
sites/default/assets
A local file system path where public files will be stored. This directory must exist and be writable by Drupal. This directory must be relative to the Drupal installation directory and be accessible over the web. This must be changed in settings.php
Public file base URL
https://sworks.cbs-execed-cms.dev.favish.com/sites/default/assets
The base URL that will be used for public file URLs. This can be changed in settings.php
Optimized assets file system path
sites/default/assets
A local file system path where optimized assets files will be stored. This directory must exist and be writable by Drupal. This directory must be relative to the Drupal installation directory and be accessible over the web. This must be changed in settings.php
Private file system path
Not set
An existing local file system path for storing private files. It should be writable by Drupal and not accessible over the web. This must be changed in settings.php
Temporary directory
/tmp
A local file system path where temporary files will be stored. This directory should not be accessible over the web. This must be changed in settings.php.
Default download method
Public files served from Amazon S3.
Amazon Simple Storage Service.
This setting is used as the preferred download method. The use of public files is more efficient, but does not provide any access control.
Delete temporary files after
Never
6 hours
12 hours
1 day
1 week
4 weeks
3 months
Temporary files are not referenced, but are in the file system and therefore may show up in administrative lists.
Warning:
If enabled, temporary files will be permanently deleted and may not be recoverable.
Sanitize filenames
These settings only apply to new files as they are uploaded. Changes here do not affect existing file names.
Replacement character
Dash (-)
Underscore (_)
Used when replacing whitespace, replacing non-alphanumeric characters or transliterating unknown characters.
Transliterate
Transliteration replaces any characters that are not alphanumeric, underscores, periods or hyphens with the replacement character. It ensures filenames only contain ASCII characters. It is recommended to keep transliteration enabled.
Replace whitespace with the replacement character
Replace non-alphanumeric characters with the replacement character
Alphanumeric characters, dots
(.)
, underscores
(_)
and dashes
(-)
are preserved.
Replace sequences of dots, underscores and/or dashes with the replacement character
Convert to lowercase