web

A `web` asset delivers web content from a private or public URL

Assets | Config | Lifecycle

web

A web asset delivers web content from a private or public URL

Required Parameters

  • dest - A path to which the file should be written when generating assets

  • url - A public or private URL to pull content from

Optional Parameters

  • body - Content to send with a POST request

  • bodyFormat - Content type of the body sent with a POST request

  • headers - HTTP request headers to send with the request

  • method - Defaults to GET if not present, supports POST

  • mode - Unix file permissions to set on the asset

  • when - This asset will be included when ‘when’ is omitted or true

Examples

assets:
  v1:
    - web:
        url: 'https://my_bucket.s3.amazonaws.com/path-to-file'
        dest: ./my-bucket-contents