This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.S3.
Summary
Gets the hash of a file
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- S3Aliases
Syntax
public static string GetFileHash(this ICakeContext context, FilePath path)
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The cake context. |
path | FilePath | The path to the file to calulate the hash from. |
Return Value
Type | Description |
---|---|
string |