Skip to content

Commit

Permalink
Add in parameter for downloading object tags
Browse files Browse the repository at this point in the history
* Writes the tags to a file called `tags.json`

Signed-off-by: Mark DeLillo <[email protected]>
  • Loading branch information
mdelillo committed Feb 11, 2020
1 parent e797176 commit a034cce
Show file tree
Hide file tree
Showing 7 changed files with 729 additions and 183 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,16 @@ Places the following files in the destination:

* `version`: The version identified in the file name.

* `tags.json`: The object's tags represented as a JSON object. Only written if `download_tags` is set to true.

#### Parameters

* `skip_download`: *Optional.* Skip downloading object from S3. Same parameter as source configuration but used to define/override by get. Value need to be a true/false string.
* `skip_download`: *Optional.* Skip downloading object from S3. Same parameter as source configuration but used to define/override by get. Value needs to be a true/false string.

* `unpack`: *Optional.* If true and the file is an archive (tar, gzipped tar, other gzipped file, or zip), unpack the file. Gzipped tarballs will be both ungzipped and untarred. It is ignored when `get` is running on the initial version.

* `download_tags`: *Optional.* Write object tags to `tags.json`. Value needs to be a true/false string.

### `out`: Upload an object to the bucket.

Given a file specified by `file`, upload it to the S3 bucket. If `regexp` is
Expand Down
Loading

0 comments on commit a034cce

Please sign in to comment.