Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Oct 31, 2020
1 parent c1290e4 commit 09f9de6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Default: `:`
An assigner for modifier definitions in a path.
For example if you set this parameter as `=` then a modifier string in a path will look like this: `w=100,o=auto`.

#### VersionParameterName
Type: String

Default: `_v`

A query parameter's name used for a document's version (just for a cache).

#### SignatureParameterName
Type: String

Expand Down Expand Up @@ -116,6 +123,13 @@ Default: `image-storage-cache`

A unique Cache Bucket's name.

#### CacheMaxAge
Type: Number

Default: `31536000`

The maximum cache age in seconds. The value is used for HTTP headers Cache-Control and Expires.

#### NoImages
Type: CommaDelimitedList

Expand Down

0 comments on commit 09f9de6

Please sign in to comment.