Method: AWS::Configuration#s3_multipart_threshold

Defined in:
lib/aws/configuration.rb

#s3_multipart_thresholdInteger

Returns the number of bytes where files larger are uploaded to S3 in multiple parts.

Returns:

  • (Integer)

    Returns the number of bytes where files larger are uploaded to S3 in multiple parts.



225
226
227
# File 'lib/aws/configuration.rb', line 225

def s3_multipart_threshold
  @options[:s3_multipart_threshold]
end