-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8ef449
commit 535fc30
Showing
5 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
Ocaml library for accessing Amazon S3 - Lwt version. | ||
|
||
|
||
This library provides access to Amazon Simple Storage Solution (S3). | ||
The library supports: | ||
* Copying file to and from s3 | ||
* List files in S3 (from root) | ||
* Delete single/multi object in S3 | ||
* Fetching credentials (though IAM) | ||
* HEAD operation on single objects | ||
* Streaming transfer to and from aws. | ||
* Multi part upload (including s3 -> s3 copy) | ||
* Fetching machine role/credentials (though IAM) | ||
|
||
This library uses lwt for concurrency |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters