S3Client.getObject downloads an object from a bucket.
Parameter | Type | Description |
---|
bucketName | string | Name of the bucket to fetch the object from. |
objectKey | string | Name of the object to download. |
Returns
Type | Description |
---|
Object | An Object describing and holding the downloaded content. |
Example