tempshelf

command module
v0.0.0-...-f56e727 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

README

Tempshelf

Tempshelf is archive file assets, upload specified s3 backet, and restore.

usage

compose

./tempshelf compose <manifest path>

restore

./tempshelf pull <manifest path>

manifest file

{
    "meta" : {
        "storage" : "s3",
        "bucket" : "(bucket-name)",
        "region" : "(bucket-region)",
        "token" : "(IAM-token)",
        "secret" : "(IAM-secret)",
        "prefix" : "(prefix of object key)"
    },
    "files" : [
        "NOTE: this section auto generated"
    ]
}

files structure

  • assets
    • manifest.json
    • asset1.jpeg
    • asset2.png
    • asset3/
      • asset4.txt
      • asset5.zip
    • .tmp/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL