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 | 0000001138 1.11 KB | |
debian.compat | 0000000002 2 Bytes | |
debian.control | 0000001384 1.35 KB | |
debian.rules | 0000002761 2.7 KB | |
debian.series | 0000000136 136 Bytes | |
fix-duplicate-case.diff | 0000000553 553 Bytes | |
fix-snprintf-overflow.diff | 0000001199 1.17 KB | |
fix-strops-lencheck.diff | 0000000893 893 Bytes | |
libs3-Makefile.diff | 0000002134 2.08 KB | |
libs3-format.patch | 0000001365 1.33 KB | |
libs3-largerpart.diff | 0000001250 1.22 KB | |
libs3-progress.diff | 0000001649 1.61 KB | |
libs3.changes | 0000002087 2.04 KB | |
libs3.dsc | 0000000692 692 Bytes | |
libs3.spec | 0000003669 3.58 KB | |
libs3.tar.bz2 | 0000086781 84.7 KB | |
md5-openssl3.diff | 0000001070 1.04 KB |
Latest Revision
ANother attempt at fixing Tumbleweed.
Comments 0