Skip to content

Commit

Permalink
Aws s3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Sep 1, 2021
1 parent f31f58a commit 1d09095
Show file tree
Hide file tree
Showing 37 changed files with 3,450 additions and 965 deletions.
1 change: 1 addition & 0 deletions .github/actions-rs/grcov.yml
Expand Up @@ -9,6 +9,7 @@ ignore:
- src/main.rs
- src/lib.rs
- src/activity_manager.rs
- src/filetransfer/transfer/s3/mod.rs
- src/support.rs
- "src/ui/activities/*"
- src/ui/context.rs
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -27,6 +27,12 @@ Released on ??

> 馃崄 Autumn update 馃崌
- **Aws S3**
- Added support for the aws-s3 protocol
- Operate on your bucket directly from the file explorer
- You can also save your buckets as bookmarks
- Aws s3 reads credentials directly from your credentials file at `$HOME/.aws/credentials` or from environment. Read more in the user manual.

## 0.6.1

Released on 31/08/2021
Expand Down

0 comments on commit 1d09095

Please sign in to comment.