LightClientUpload 1.0.1.3

Suggested Alternatives

LightClientLibrary 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package LightClientUpload --version 1.0.1.3
NuGet\Install-Package LightClientUpload -Version 1.0.1.3
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="LightClientUpload" Version="1.0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LightClientUpload --version 1.0.1.3
#r "nuget: LightClientUpload, 1.0.1.3"
#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 LightClientUpload as a Cake Addin
#addin nuget:?package=LightClientUpload&version=1.0.1.3

// Install LightClientUpload as a Cake Tool
#tool nuget:?package=LightClientUpload&version=1.0.1.3

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 ""
    guid - file identificator from server
    

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

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.2 443 8/8/2021
1.0.1.4 391 7/25/2021
1.0.1.3 350 7/20/2021
1.0.1.2 395 7/18/2021
1.0.1.1 407 7/4/2021

Fixed bug with prefix