struct Awscr::S3::FileUploader::Options

Overview

Configurable options passed to a FileUploader instance

Defined in:

awscr-s3/file_uploader.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def minimum_part_size : Int64 #

[View source]
def multipart_threshold : Int64 #

[View source]
def simultaneous_parts : Int32 #

[View source]
def with_content_types : Bool #

If true the uploader will automatically add a content type header


[View source]