Class UploadObjectObserver

java.lang.Object
com.amazonaws.services.s3.UploadObjectObserver

public class UploadObjectObserver extends Object
An observer that gets notified of ciphertext file creation for the purpose of pipelined parallel multi-part uploads of encrypted data to S3. This observer is responsible for uploading the files to S3 via multi-part upload, including the multi-part upload initiation, individual part uploads, and multi-part upload completion.

This observer is designed for extension so that custom behavior can be provided. A customer observer can be configured via UploadObjectRequest.withUploadObjectObserver(UploadObjectObserver).

See Also: