LightClientLibrary 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package LightClientLibrary --version 1.0.5
NuGet\Install-Package LightClientLibrary -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LightClientLibrary" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LightClientLibrary --version 1.0.5
#r "nuget: LightClientLibrary, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LightClientLibrary as a Cake Addin
#addin nuget:?package=LightClientLibrary&version=1.0.5

// Install LightClientLibrary as a Cake Tool
#tool nuget:?package=LightClientLibrary&version=1.0.5

LightClientUpload

This is a library for uploading files to RIAK servers. Can used by this parameters:

var lightClient = new LightClient.LightClient();
HttpResponseMessage response = await lightClient.Upload(string host, string token, string user_id, string bucket_id, string fullPath, string filePrefix, string guid = "");

    Host - server Url. Example - https://lightupon.cloud
    Token - authorization token from server. Example - "647c7fde-936c-447a-8640-55dc8c1c69cb"
    User_id - identificator from server. Example - "03a3a647d7e65013f515b16b1d9225b6"
    bucket_id - bucket from server. Example - "the-integrationtests-integration1-res"
    fullPath - full path to the file
    filePrefix - prefix from server, need if file located in the subdirectory, else ""
    lastseenversion - vector clock version from server (optional parameter)

Method contains a vector version clock (DVVSet), so we can solve a various conflicts with a many versions of uploading files, for example.

Files with size more than 2000000 bytes split into parts and uploads.

Documentation for work with RIAK-server:
https://github.com/lightuponcloud/dubstack/blob/master/API.md

Source code: https://github.com/TrickyShit/LightClientUpload

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5.1 320 12/12/2021
1.0.5 510 12/11/2021
1.0.4 234 11/27/2021
1.0.3 329 8/30/2021

Summary of changes made in this release of the package.