public class InputStreamS3ObjectContent extends Object implements S3ObjectContent
Constructor and Description |
---|
InputStreamS3ObjectContent(InputStream inputStream,
Long length,
String md5base64) |
Modifier and Type | Method and Description |
---|---|
com.amazonaws.services.s3.model.PutObjectRequest |
createPutObjectRequest()
Creates a
PutObjectRequest , which grants to have its metadata object and its inputstream (or file), populated. |
public InputStreamS3ObjectContent(@NotNull InputStream inputStream, Long length, String md5base64)
public com.amazonaws.services.s3.model.PutObjectRequest createPutObjectRequest()
S3ObjectContent
PutObjectRequest
, which grants to have its metadata object and its inputstream (or file), populated.createPutObjectRequest
in interface S3ObjectContent
PutObjectRequest
Copyright © 2010–2016. All rights reserved.