struct
Awscr::S3::FileUploader::Options
- Awscr::S3::FileUploader::Options
- Struct
- Value
- Object
Overview
Configurable options passed to a FileUploader instance
Defined in:
awscr-s3/file_uploader.crConstructors
Instance Method Summary
- #minimum_part_size : Int64
- #multipart_threshold : Int64
- #simultaneous_parts : Int32
-
#with_content_types : Bool
If true the uploader will automatically add a content type header
Constructor Detail
def self.new(with_content_types : Bool, simultaneous_parts : Int32 = 5, minimum_part_size : Int64 = MultipartFileUploader::MIN_PART_SIZE, multipart_threshold : Int64 = UPLOAD_THRESHOLD)
#