Skip to content

Commit

Permalink
docs(blob): update
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 9, 2024
1 parent a342f02 commit afd8410
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions www/docs/customization/blob.md
Expand Up @@ -80,23 +80,26 @@ blobs:
- src: LICENSE.tpl
dst: LICENSE.txt

# Disable forcing of path style access on S3.
# Allow to disable `s3ForcePathStyle`.
#
# Default: true
# Since: v1.24
s3_force_path_style: false

# ACL to be applied to all files in this configuration.
#
# If you need different ACLs for different files, create multiple `blobs`
# configurations.
# Only available when provider is S3.
#
# Only available when `provider` is S3.
#
# Default: empty
# Since: v1.24
acl: foo

# Cache control options.
# If you need different cache control options for different files,
#
# If you need different `cache_control` options for different files,
# create multiple `blobs` configurations.
#
# Default: empty
Expand All @@ -107,6 +110,9 @@ blobs:

# Allows to set the content disposition of the file.
#
# If you need different `content_disposition` options for different files,
# create multiple `blobs` configurations.
#
# Default: attachment;filename={{.Filename}}
# Templates: allowed
# Since: v1.24
Expand Down

0 comments on commit afd8410

Please sign in to comment.