upload
Uploads the specified file to this container at the given path, overwriting any object presently at that path.
Return
An S3Object instance handle on the target object.
Parameters
Path to the object to create/overwrite in this container.
Local file to upload.
Throws
If the given local file does not exist.
If the given local file handle points to a directory.
If this bucket or the bucket in which this object container resides no longer exists.
If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.
Uploads the configured file to this container at the configured path, overwriting any object presently at that path.
Return
An S3Object instance handle on the target object.
Parameters
Action used to configure the backing S3 operation.
Throws
If the localFile value is not set on the configured parameters, or if the localFile value points to a directory.
If the configured local file does not exist.
If this bucket or the bucket in which this object container resides no longer exists.
If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.
Uploads the configured file to this container at the configured path, overwriting any object presently at that path.
Return
An S3Object instance handle on the target object.
Parameters
Parameters for the backing S3 operation.
Throws
If the localFile value is not set on the configured parameters, or if the localFile value points to a directory.
If the configured local file does not exist.
If this bucket or the bucket in which this object container resides no longer exists.
If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.