Свойство | Type | Description | |
---|---|---|---|
IDisposable | void | ||
OnDeserialized | void | ||
S3 |
Méthode | Description | |
---|---|---|
Delete ( ) : void | ||
GetBytes ( ) : byte[] | ||
GetStream ( ) : Stream | ||
S3 ( IS3Repository repository = null ) | ||
S3 ( Stream stream ) | ||
S3 ( Stream stream, long length ) | ||
S3 ( byte bytes ) | ||
Upload ( Stream stream ) : string | ||
Upload ( byte bytes ) : string | ||
Upload ( string bucket, Stream stream, long length ) : string | ||
Upload ( string bucket, byte bytes ) : string |
Méthode | Description | |
---|---|---|
IDisposable ( ) : void | ||
OnDeserialized ( ProtoBuf.SerializationContext context ) : void | ||
S3 ( ) |
public Upload ( string bucket, Stream stream, long length ) : string | ||
bucket | string | |
stream | Stream | |
length | long | |
Résultat | string |
public Upload ( string bucket, byte bytes ) : string | ||
bucket | string | |
bytes | byte | |
Résultat | string |