| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.service |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,S3ObjectAttributes> |
ObjectOperations.getObject(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
Range range,
String versionId,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince)
Gets the object stored in Amazon S3 under the specified bucket and key.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,S3ObjectAttributes> |
ObjectService.getObject(VersionedObjectIdentifier objectId,
Range range,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince) |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,S3ObjectAttributes> |
ObjectServiceImpl.getObject(VersionedObjectIdentifier objectId,
Range range,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.