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
Generate an ETag based on the hash of the file
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- Upload
Settings Extensions
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. |
