Simple S3 Object Storage Libary and Tool
This package contains a simple library that facilitates accessing S3 obejct storage and the s3 cmdline tool.
This library provides an API for using Amazon's S3 service (see http://s3.amazonaws.com).
Its design goals are:
- To provide a simple and straightforward API for accessing all of S3's
functionality
- To not require the developer using libs3 to need to know anything about:
- HTTP
- XML
- SSL
In other words, this API is meant to stand on its own, without requiring
any implicit knowledge of how S3 services are accessed using HTTP
protocols.
- To be usable from multithreaded code
- To be usable by code which wants to process multiple S3 requests
simultaneously from a single thread
- To be usable in the simple, straightforward way using sequentialized
blocking requests
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:garloff:OTC/libs3 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
debian.changelog | 0000000206 206 Bytes | |
debian.compat | 0000000002 2 Bytes | |
debian.control | 0000001269 1.24 KB | |
debian.series | 0000000049 49 Bytes | |
libs3-Makefile.diff | 0000003626 3.54 KB | |
libs3-format.patch | 0000001365 1.33 KB | |
libs3-progress.diff | 0000001033 1.01 KB | |
libs3.changes | 0000000398 398 Bytes | |
libs3.dsc | 0000000496 496 Bytes | |
libs3.spec | 0000003112 3.04 KB | |
libs3.tar.bz2 | 0000085984 84 KB |
Revision 39 (latest revision is 78)
Fix control file to include Source section.
Comments 0