Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Solve #1461, Add copy2s3 action in the help page of web. (#1467)
Browse files Browse the repository at this point in the history
* Solve #1461, Add copy2s3 action in the help page of web.
  • Loading branch information
zhiqiang authored Dec 5, 2017
1 parent e7a03ec commit 504bb7e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ <h3 class="text-center">Action Usage</h3>
<td>-file $src -dest $dest [-offset $offset] [-length $length] [-bufSize $size]</td>
<td>Copy the file in $src with $offset offset, $length length and $size buffer size</td>
</tr>
<tr>
<td>copy2s3</td>
<td>copy2s3 -file $file -dest $s3_dest</td>
<td>Copy $file to $s3_dest which is on Amazon S3,$s3_dest is a url starts with s3a://</td>
</tr>
<tr>
<td>delete</td>
<td>-file $file</td>
Expand Down

0 comments on commit 504bb7e

Please sign in to comment.