struct

Awscr::S3::FileUploader::Options

Inherits Struct < Value < Object

Configurable options passed to a FileUploader instance

Constructors

new(with_content_types : Bool, simultaneous_parts : Int32 = 5, minimum_part_size : Int64 = MultipartFileUploader::MIN_PART_SIZE, multipart_threshold : Int64 = UPLOAD_THRESHOLD)
Source

Instance methods

minimum_part_size
Source
multipart_threshold
Source
simultaneous_parts
Source
with_content_types

If true the uploader will automatically add a content type header

Source