From 261bad3e433860742ecdaf93a9ff5609dcbfa432 Mon Sep 17 00:00:00 2001 From: Naohiro Sameshima Date: Mon, 25 Nov 2019 16:08:25 +0900 Subject: Add S3 store support to glance_store Revive the S3 driver that was supported up to Mitaka and add multiple store support to correspond with the features added to glance_store from Newton to U cycle. In addition, the use of the S3 SDK used by the Mitaka S3 driver has been deprecated, so this implementation will be changed to use the new version. Change-Id: I203134837319080ead96da69048baf90086d2117 Implements: blueprint re-support-s3-driver --- releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml b/releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml new file mode 100644 index 0000000..70cccd4 --- /dev/null +++ b/releasenotes/notes/support-s3-driver-a4158f9fa35931d5.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Implemented S3 driver to use Amazon S3 or S3 compatible storage as Glance + backend. This is a revival of the S3 driver supported up to Mitaka, with + the addition of a multiple store support. -- cgit v1.2.1