UploadSettingsExtensions.

SetGenerateETag(UploadSettings, bool) Method

Summary

Generate an ETag based on the hash of the file
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
UploadSettingsExtensions

Syntax

public static UploadSettings SetGenerateETag(this UploadSettings settings, bool generateETag = true)

Parameters

Name Type Description
settings UploadSettings The sync settings.
generateETag bool generate ETag.

Return Value

Type Description
UploadSettings The same UploadSettings instance so that multiple calls can be chained.