swift-plugin-s3 1.11-2 source package in Ubuntu

Changelog

swift-plugin-s3 (1.11-2) unstable; urgency=medium

  * Uploading to unstable
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <email address hidden>  Fri, 07 Oct 2016 11:08:58 +0200

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
swift-plugin-s3_1.11-2.dsc 2.4 KiB 6acd9d2c351f3b6893cda38c4e7bc36472e8e97ae1f39c1cec96a7c5ba0c2f6c
swift-plugin-s3_1.11.orig.tar.xz 92.6 KiB 776bbf58f142bd76cdcb676e9caa5f280980db412ff9acc3c904b394b4f0ff86
swift-plugin-s3_1.11-2.debian.tar.xz 3.8 KiB ae5001961668c1e00f403acd9bc411df3bccdbde38f8084faa515bb520de7b94

Available diffs

No changes file available.

Binary packages built by this source

swift-plugin-s3: swift3 (S3 compatibility) middleware plugin for Swift

 OpenStack Object Storage (code-named Swift) creates redundant, scalable object
 storage using clusters of standardized servers to store petabytes of
 accessible data. It is not a file system or real-time data storage system, but
 rather a long-term storage system for a more permanent type of static data
 that can be retrieved, leveraged, and then updated if necessary. Primary
 examples of data that best fit this type of storage model are virtual machine
 images, photo storage, email storage and backup archiving. Having no central
 "brain" or master point of control provides greater scalability, redundancy
 and permanence.
 .
 Objects are written to multiple hardware devices in the data center, with
 the OpenStack software responsible for ensuring data replication and
 integrity across the cluster. Storage clusters can scale horizontally by
 adding new nodes. Should a node fail, OpenStack works to replicate its
 content from other active nodes. Because OpenStack uses software logic to
 ensure data replication and distribution across different devices,
 inexpensive commodity hard drives and servers can be used in lieu of more
 expensive equipment.
 .
 This package provides the Swift3 Middleware plugin for OpenStack Swift,
 allowing access to OpenStack Swift via the Amazon S3 API.