Zephyr.FileSystem 1.0.18296

dotnet add package Zephyr.FileSystem --version 1.0.18296
NuGet\Install-Package Zephyr.FileSystem -Version 1.0.18296
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="Zephyr.FileSystem" Version="1.0.18296" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zephyr.FileSystem --version 1.0.18296
#r "nuget: Zephyr.FileSystem, 1.0.18296"
#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 Zephyr.FileSystem as a Cake Addin
#addin nuget:?package=Zephyr.FileSystem&version=1.0.18296

// Install Zephyr.FileSystem as a Cake Tool
#tool nuget:?package=Zephyr.FileSystem&version=1.0.18296

Zephyr is the namespace for utility libraries in Synapse; Zephyr utilities are suitable for stand-alone usage outside Synapse. Synapse is lightweight execution engine for unifying federated data sources and processes. The FileSystem utility library enables file/directory functionality between local, network and supported cloud storage systems.  https://synapseproject.github.io/

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  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.

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.18296 779 10/23/2018
1.0.18036 897 2/6/2018
0.1.18017-alpha 723 1/17/2018

1.0.18296.0 : Added support for default "server side encryption" and "storage type" parameters specified on the aws client.

1.0.18036.0 : Added Read/Write helper methods.  Exposed raw Stream object for files.  Added option for creating missing directories.  General bug fixes.

Initial release :  Supports File/Directory actions for Windows Local, Network and AWS S3 Storage.