README.md in fluent-plugin-azure-storage-append-blob-lts-0.6.0 vs README.md in fluent-plugin-azure-storage-append-blob-lts-0.6.1

- old
+ new

@@ -35,11 +35,11 @@ azure_msi_client_id <Azure Managed Identity Client ID> # only used for MSI auto_create_container true path logs/ azure_object_key_format %{path}%{time_slice}_%{index}.log time_slice_format %Y%m%d-%H - calculate_checksums true + compute_checksums true # if you want to use %{tag} or %Y/%m/%d/ like syntax in path / azure_blob_name_format, # need to specify tag for %{tag} and time for %Y/%m/%d in <buffer> argument. <buffer tag,time> @type file path /var/log/fluent/azurestorageappendblob @@ -134,14 +134,14 @@ ### `time_slice_format` Format of the time used in the file name. Default is '%Y%m%d'. Use '%Y%m%d%H' to split files hourly. -### `calculate_checksums` +### `compute_checksums` Default: `true` -Whether to calculate MD5 checksum of the blob contents during append operation and provide it in a header for the blob service. +Whether to compute MD5 checksum of the blob contents during append operation and provide it in a header for the blob service. You want to set it to `false` in FIPS-enabled environments. ### Run tests