SyncPath Class

Summary

A path to upload / download to / from S3
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SyncPath"] class Type type-node

Syntax

public class SyncPath

Constructors

Name Summary
SyncPath() Initializes a new instance of the SyncPath class.

Properties

Name Value Summary
ETag string
The ETag to use when uploading the file
Key string
The key to store the S3 Objects under.
Path FilePath
The path to the file to sync

Extension Methods

Name Value Summary
Dump<SyncPath>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SyncPath>(SyncPath[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SyncPath>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SyncPath>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SyncPath>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<SyncPath>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin