Skip to content

Commit

Permalink
multipart download
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Feb 8, 2021
1 parent 6dac494 commit f973f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3rs"
version = "0.4.4"
version = "0.4.5"
authors = ["Antonio Yang <[email protected]>"]
description = "A s3 cli client with multi configs with diffent provider"
keywords = ["S3", "Amazon", "CEPH", "AWS"]
Expand Down Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0"
regex = "0.2"
quick-xml = "0.12"
colored = "1.6"
s3handler = "0.6"
s3handler = "0.6.6"
clap = "2.33"
hex = "0.4.2"
blake2-rfc = "0.2"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
S3RS
---

[![Build Status](https://travis-ci.com/yanganto/s3rs.svg?branch=master)](https://travis-ci.com/yanganto/s3rs)
[![Become a Patron!](https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/25e46574-05d5-4425-916d-e5292bb066ac/dak794t-bcbae66e-a0eb-4dab-92b6-dcf09da0a2ba.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwic3ViIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsImF1ZCI6WyJ1cm46c2VydmljZTpmaWxlLmRvd25sb2FkIl0sIm9iaiI6W1t7InBhdGgiOiIvZi8yNWU0NjU3NC0wNWQ1LTQ0MjUtOTE2ZC1lNTI5MmJiMDY2YWMvZGFrNzk0dC1iY2JhZTY2ZS1hMGViLTRkYWItOTJiNi1kY2YwOWRhMGEyYmEucG5nIn1dXX0.ELaxFZISXbUj1c0ExOlsSwm2GWwG0C9Vib9tawSALiQ) Become a Patron!](https://www.patreon.com/user?u=28035928)

an **S3** **R**ich **S**upport client
- [Download executable](https://github.com/yanganto/s3rs/releases/download/v0.4.0/s3rs-v0.4.0-linux.zip), unzip and ready to go
- [Download executable](https://github.com/yanganto/s3rs/releases/download/v0.6.6/s3rs-v0.6.6-linux.zip), unzip and ready to go
- rust edition 2018
- multi config (please put config files under `~/.config/s3rs`)
- interactive command line tool
Expand All @@ -19,6 +17,7 @@ an **S3** **R**ich **S**upport client
- support s3 config file encryption function v0.4.0
- `s3rs -c ~/.config/s3rs/aws2.toml -s 'the password you like' secret encrypt`
- run s3rs with `-s` option or use `secret set <secret phrases or hexal literal>`
- support multipart download

### How to use
#### shell mode
Expand Down

0 comments on commit f973f75

Please sign in to comment.