matthewp / s3-sync-parse

Parse the output of aws s3 sync command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3-sync-parse

Parse the output from aws s3 sync.

import "github.com/matthewp/s3-sync-parse"

func main() {
  uploads := ParseAll("upload: public/index.html s3://example.com/index.html")

  ...
}

License

BSD-2-Clause

About

Parse the output of aws s3 sync command


Languages

Language:Go 100.0%