You are here

s3fs.schema.yml in S3 File System 8.2

Same filename and directory in other branches
  1. 8.3 config/schema/s3fs.schema.yml
  2. 4.0.x config/schema/s3fs.schema.yml
config/schema/s3fs.schema.yml

File

config/schema/s3fs.schema.yml
View source
  1. s3fs.settings:
  2. type: config_object
  3. mapping:
  4. access_key:
  5. type: string
  6. label: 'Amazon Web Services Access Key'
  7. secret_key:
  8. type: string
  9. label: 'Amazon Web Services Secret Key'
  10. use_instance_profile:
  11. type: boolean
  12. label: 'Use EC2 Instance Profile Credentials'
  13. default_cache_config:
  14. type: string
  15. label: 'Default Cache Location'
  16. bucket:
  17. type: string
  18. label: 'S3 Bucket Name'
  19. region:
  20. type: string
  21. label: 'S3 Region'
  22. use_cname:
  23. type: boolean
  24. label: 'Enable CNAME'
  25. use_customhost:
  26. type: boolean
  27. label: 'Use a Custom Host'
  28. hostname:
  29. type: string
  30. label: 'Hostname'
  31. domain:
  32. type: string
  33. label: 'CDN Domain Name'
  34. cache_control_header:
  35. type: string
  36. label: 'S3 Object Cache-Control Header'
  37. encryption:
  38. type: string
  39. label: 'Server-Side Encryption'
  40. use_https:
  41. type: boolean
  42. label: 'Always serve files from S3 via HTTPS'
  43. ignore_cache:
  44. type: boolean
  45. label: 'Ignore the file metadata cache'
  46. no_rewrite_cssjs:
  47. type: boolean
  48. label: 'Do not rewrite CSS/JS file paths'
  49. root_folder:
  50. type: string
  51. label: 'Root Folder'
  52. public_folder:
  53. type: string
  54. label: 'Public Folder'
  55. private_folder:
  56. type: string
  57. label: 'Private Folder'
  58. presigned_urls:
  59. type: string
  60. label: 'Presigned URLs'
  61. saveas:
  62. type: string
  63. label: 'Force Save As'
  64. torrents:
  65. type: string
  66. label: 'Torrents'