Backblaze B2 support (add comment)

This commit is contained in:
tinybarks 2018-10-01 13:46:18 +02:00
parent 738f25c556
commit 4551443d8a
No known key found for this signature in database
GPG key ID: D999045C35D5795A

View file

@ -46,6 +46,9 @@ namespace ShareX.UploadersLib.FileUploaders
/// <summary>
/// A <see cref="FileUploaderService"/> implementation for the Backblaze B2 Cloud Storage API.
/// </summary>
/// <remarks>
/// Contributed by: <a href="https://github.com/tinybarks">@tinybarks</a>
/// </remarks>
public class BackblazeB2UploaderService : FileUploaderService
{
public override FileDestination EnumValue => FileDestination.BackblazeB2;
@ -78,6 +81,9 @@ public override GenericUploader CreateUploader(UploadersConfig config, TaskRefer
/// <summary>
/// An <see cref="ImageUploader"/> implementation for the Backblaze B2 Cloud Storage API.
/// </summary>
/// <remarks>
/// Contributed by: <a href="https://github.com/tinybarks">@tinybarks</a>
/// </remarks>
[Localizable(false)]
public sealed class BackblazeB2 : ImageUploader
{