mpcarl.github.io


Project maintained by mpcarl Hosted on GitHub Pages — Theme by mattgraham

Swift DC deployments / Cross region / availability zone

The standard IBM Bluemix Swift deployment stores all (or most) systems that back the API in the same data center (DC). From a performance point of view, this is extremely fast because all components are, network wise, very close to each other. From a problem point of view, the API can become unavailable if the particular data center is unavailable.

The new S3 based API is being deployed in two different flavors. The cross-region and regional.

The currently available Regional and Cross-Region deployments can be found int the endpoints documentation.

Swift vs S3 pricing

The Swift API provides a single pricing model for customers. You pay for your storage capacity and your outbound data usage. The S3 API provides more options that allow you to choose the pricing model that is optimal for your workload.

The IBM cloud object storage pricing page has full details.

Features

S3 compatible API

IBM Cloud ObjectStorage S3 provides an Amazon S3 compatible API.

Openstack Swift provides a Swift/APIFeatureComparison document to help understand the high-level similarities and differences between the APIs.

Swift migration considerations

Migration from Swift to S3 environments.

Amazon S3 migration considerations

Use cases

Archive workloads

Static web hosting / CDN (future)

API differences

Enabling public access to objects and containers/buckets

Function Swift S3
Publicly readable object Oranges Pears

Data migration

Tools of interest

Swift virtual file system (svfs)

The Swift virtual file system can be used to mount a swift container as a file system on Linux and MacOS systems. Once mounted, the objects in the container can be interacted with like standard files on the system.

s3fs-fuse

Similarly, the s3fs-fuse utility can be use to mount an S3 bucket as a files system on Linux or MacOS systems. The Connect to IBM Bluemix Cloud ObjectStorage (S3 API) with s3fs page gets you up and running pretty quickly.

Swift command line Tool