Returns a Stream for writing to S3. If the file already exists it will be overwritten.

C# |
public Stream OpenWrite()

Stream to write from.

Exception | Condition |
---|---|
IOException | The file is already open. |
WebException | |
AmazonS3Exception |
C# |
public Stream OpenWrite()
Exception | Condition |
---|---|
IOException | The file is already open. |
WebException | |
AmazonS3Exception |