Creates an S3Link that can be used to managed an S3 connection
DownloadTo(string)Downloads the file from the S3Link's specified bucket and key then saves it in the given path. Creates directories and the file if they do not already exist.
DownloadToAsync(string, CancellationToken)Downloads the file from the S3Link's specified bucket and key then saves it in the given path. Creates directories and the file if they do not already exist.
GetPreSignedURL(DateTime)Provides a URL for accessing the S3 object managed by S3Link
MakeS3ObjectPublic(bool)If enable is set to true the object will have its permission set to PublicRead otherwise the permissions will be set to Private.
OpenStream()Open stream to the data stored in Amazon S3.
OpenStreamAsync(CancellationToken)Opens a stream to object stored in Amazon S3.
UploadFrom(string)Uploads the specified file and stores it in the specified bucket with the provided key from construction.
UploadFromAsync(string, CancellationToken)Uploads the specified file and stores it in the specified bucket with the provided key from construction.
UploadStream(Stream)Uploads the stream and stores it in the specified bucket with the provided key from construction.
UploadStreamAsync(Stream, CancellationToken)Uploads the stream and stores it in the specified bucket with the provided key from construction.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4