s3fs.settings.yml in S3 File System 8.2
Same filename and directory in other branches
config/install/s3fs.settings.yml
6 string references to 's3fs.settings'
- S3fsStream::getClient in src/
StreamWrapper/ S3fsStream.php - S3fsStream::__construct in src/
StreamWrapper/ S3fsStream.php - S3fsStream constructor.
- s3fs_requirements in ./
s3fs.install - Implements hook_requirements().
- s3fs_update_8201 in ./
s3fs.install - Add public_folder and private_folder config items.
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
File
config/install/s3fs.settings.ymlView source
- access_key: ''
- secret_key: ''
- use_instance_profile: false
- default_cache_config: ''
- bucket: ''
- region: us-east-1
- use_cname: false
- use_customhost: false
- hostname: ''
- domain: ''
- cache_control_header: ''
- encryption: ''
- use_https: false
- ignore_cache: false
- no_rewrite_cssjs: false
- root_folder: ''
- public_folder: ''
- private_folder: ''
- presigned_urls: ''
- saveas: ''
- torrents: ''