C# Class Revenj.Storage.S3RepositoryHelper

Show file Open project: ngs-doo/revenj

Public Methods

Method Description
Upload ( this repository, string bucket, string key, Stream stream ) : System.Threading.Tasks.Task
Upload ( this repository, string bucket, string key, byte bytes ) : System.Threading.Tasks.Task

Method Details

Upload() public static method

public static Upload ( this repository, string bucket, string key, Stream stream ) : System.Threading.Tasks.Task
repository this
bucket string
key string
stream System.IO.Stream
return System.Threading.Tasks.Task

Upload() public static method

public static Upload ( this repository, string bucket, string key, byte bytes ) : System.Threading.Tasks.Task
repository this
bucket string
key string
bytes byte
return System.Threading.Tasks.Task