Skip to content
This repository was archived by the owner on Jun 9, 2018. It is now read-only.

Commit cf7b375

Browse files
committed
Move to GitLab
1 parent 53ec50a commit cf7b375

12 files changed

+2
-1530
lines changed

.gitignore

-4
This file was deleted.

.travis.yml

-17
This file was deleted.

Cargo.toml

-29
This file was deleted.

LICENSE

-165
This file was deleted.

README.md

+2-28
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
# S4 - Simpler Simple Storage Service
1+
# Moved
22

3-
[![crates.io](https://meritbadge.herokuapp.com/s4)](https://crates.io/crates/s4)
4-
[![Build Status](https://travis-ci.org/pgerber/s4.svg?branch=master)](https://travis-ci.org/pgerber/s4)
5-
6-
:warning: **This create is still under heavy development and not yet production ready.**
7-
8-
9-
## What is S4
10-
11-
S4 is attempt to provide a high-level API for S3. It is based on [Rusoto](https://www.rusoto.org/) and merely extents it's API.
12-
13-
14-
## What is added that *Rusoto* itself doesn't provide
15-
16-
* simple way to create an `S3Client`
17-
* download object to a file
18-
* download object and [`Write`] it
19-
* upload object from file
20-
* [`Read`] object and upload it
21-
* simple way to iterate through all objects or objects with a given prefix
22-
23-
## Implementation details
24-
25-
Most functionality is provided by the `S4` trait which is implemented for *Rusoto*'s `S3Client`.
26-
27-
28-
[`Read`]: https://doc.rust-lang.org/nightly/std/io/trait.Read.html
29-
[`Write`]: https://doc.rust-lang.org/nightly/std/io/trait.Write.html
3+
[This repository has been moved.](https://gitlab.com/pgerber/s4)

src/error.rs

-38
This file was deleted.

0 commit comments

Comments
 (0)