Uses of Interface
com.amazonaws.services.s3.model.S3DataSource
Packages that use S3DataSource
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of S3DataSource in com.amazonaws.services.s3.model
Classes in com.amazonaws.services.s3.model that implement S3DataSourceModifier and TypeClassDescriptionclassAbstract base class for a put object or put object like request.classThis class is an extension ofPutObjectRequestto allow additional encryption material description to be specified on a per-request basis.In particular,EncryptedPutObjectRequestis only recognized byAmazonS3EncryptionClient.classUploads a new object to the specified Amazon S3 bucket.classUsed to request the client-side encryption and upload of a large S3 object via pipelined parallel multi-part uploads.classContains the parameters used for the UploadPart operation on Amazon S3.Methods in com.amazonaws.services.s3.model with parameters of type S3DataSourceModifier and TypeMethodDescriptionstatic voidS3DataSource.Utils.cleanupDataSource(S3DataSource req, File fileOrig, InputStream inputStreamOrig, InputStream inputStreamCurr, org.apache.commons.logging.Log log) Clean up any temporary streams created during the execution, and restore the original file and/or input stream.