AWS SDK for .NET Documentation
OpenStream Method (bucketName, key)
AmazonAmazon.S3.TransferTransferUtilityOpenStream(String, String) Did this page help you?   Yes   No    Tell us about it...
Returns a stream from which the caller can read the content from the specified Amazon S3 bucket and key. The caller of this method is responsible for closing the stream.
Declaration Syntax
C#
public Stream OpenStream(
	string bucketName,
	string key
)
Parameters
bucketName (String)
The name of the bucket.
key (String)
The object key.
Return Value
A stream of the contents from the specified Amazon S3 and key.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)