Skip to content

Simple guard library that syncs local directories with S3 as files are changed.

Notifications You must be signed in to change notification settings

jwelshiv/guard-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guard-s3

guard-s3 is a simple guard library that syncs local directories with S3 as files are changed.

Usage

This is a sample Guardfile

opts = {
  :access_key_id      => 'ACCESS_KEY_ID_XXXXXX',
  :secret_access_key  => 'SECRET_ACCESS_KEY_XXXXXXXXXXXXXXXXXXXXXX',
  :bucket             => "mybucket",
  :s3_permissions     => :public_read,          
  :debug              => true
}

guard 'sync3r', opts do
  watch(/.*/)
end

Dependencies

  • guard
  • aws-s3

About

Simple guard library that syncs local directories with S3 as files are changed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages