public final class

S3ContentUtils

extends Object
java.lang.Object
   ↳ org.mule.module.s3.S3ContentUtils

Summary

Public Methods
static SimpleAmazonS3.S3ObjectContent createContent(Object content, Long contentLength, String contentMd5, String encoding)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static SimpleAmazonS3.S3ObjectContent createContent (Object content, Long contentLength, String contentMd5, String encoding)

Creates the SimpleAmazonS3.S3ObjectContent. If content is a String or file, the content length parameter is ignored. Also contentMD5 is ignored if content is a file, too.

Parameters
content
contentLength
contentMd5
encoding
Throws
UnsupportedEncodingException