class
Azu::UploadConfiguration
- Azu::UploadConfiguration
- Reference
- Object
Overview
Configuration for file upload handling
Defined in:
azu/configuration.crConstructors
Instance Method Summary
- #buffer_size : Int32
- #buffer_size=(buffer_size : Int32)
- #cleanup_interval : Time::Span
- #cleanup_interval=(cleanup_interval : Time::Span)
- #max_file_size : UInt64
- #max_file_size=(max_file_size : UInt64)
- #max_temp_age : Time::Span
- #max_temp_age=(max_temp_age : Time::Span)
- #temp_dir : String
- #temp_dir=(temp_dir : String)