Skip to content

8thlight/jekyll-s3-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-s3-upload

Example Usage

Here's an example of usage (excerpted from a Jekyll _config.yml):

jekyll-s3-upload:
  build_before: true
  reduced_redundancy_storage: true
  prefix_path: 'blog'
  routing_rules_path: 'config/routing_rules.yml'
  website_redirect_config_path: 'config/website_redirects.yml'
  index_path: 'index.html'
  error_path: 'blog/404.html'
  validate_upload:
    - ValidateVersionIsNotSnapshot
  headers:
    "assets/*":
      cache_control: 'public, max-age=2592000' # 30.days.seconds
    "*":
      cache_control: 'public, max-age=300' # 5.minutes.seconds

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%