Method | Description | |
---|---|---|
CreateObjectInstance ( |
||
Delete ( |
||
Download ( |
||
Exists ( |
||
Exists ( string key ) : bool | ||
GetContentLength ( string key ) : long | ||
GetItems ( string prefix ) : List |
||
GetMetadata ( string key, bool recoveryIfFolderBroken = false ) : GetObjectResponse | ||
GetRootFoldersS3Objects ( ) : IEnumerable |
||
Move ( |
||
RemoteETAG ( |
||
RemoteRepositoryController ( LocalRepository repo ) : System | ||
Upload ( |
Method | Description | |
---|---|---|
AddStatistics ( string key, |
||
GetInstancesOfItems ( IEnumerable |
||
UpdateStatistics ( string key, |
Method | Description | |
---|---|---|
DeleteEntry ( |
||
DeleteFolder ( string key ) : void | ||
DownloadEntry ( IEnumerable |
||
GenericCopy ( string sourceKey, string destinationKey ) : void | ||
GenericCreateFolder ( string key ) : void | ||
GenericDelete ( string key, bool keyAsPrefix = false ) : void | ||
GenericDownload ( string key, string localAbsolutePath ) : void | ||
GenericUpload ( string key, string filepath ) : void | ||
GetS3Objects ( string prefix ) : IEnumerable |
||
Key ( |
||
MoveEntry ( IEnumerable |
||
UploadEntry ( IEnumerable |
protected AddStatistics ( string key, |
||
key | string | |
statistic | ||
return | void |
public CreateObjectInstance ( |
||
s3item | ||
return |
public Delete ( |
||
item | ||
return | void |
public Download ( |
||
item | ||
recursive | bool | |
return | void |
public Exists ( |
||
item | ||
return | bool |
public GetContentLength ( string key ) : long | ||
key | string | |
return | long |
protected GetInstancesOfItems ( IEnumerable |
||
s3items | IEnumerable |
|
return | List |
public GetMetadata ( string key, bool recoveryIfFolderBroken = false ) : GetObjectResponse | ||
key | string | |
recoveryIfFolderBroken | bool | |
return | GetObjectResponse |
public GetRootFoldersS3Objects ( ) : IEnumerable |
||
return | IEnumerable |
public Move ( |
||
item | ||
return | void |
public RemoteETAG ( |
||
item | ||
return | string |
public RemoteRepositoryController ( LocalRepository repo ) : System | ||
repo | LocalRepository | |
return | System |
protected UpdateStatistics ( string key, |
||
key | string | |
args | ||
return | void |
public Upload ( |
||
item | ||
return | void |