summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNaohiro Sameshima <naohiro.sameshima@global.ntt>2019-11-25 16:08:25 +0900
committerNaohiro Sameshima <naohiro.sameshima@global.ntt>2020-03-26 10:53:46 +0900
commit261bad3e433860742ecdaf93a9ff5609dcbfa432 (patch)
tree44c6b21fb3aa575c38222dd35c2b665ef254a1ea /doc
parentae73287c7b4db8d5894f72d8a5b1b89b42697545 (diff)
downloadglance_store-261bad3e433860742ecdaf93a9ff5609dcbfa432.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/drivers.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/user/drivers.rst b/doc/source/user/drivers.rst
index b21f4ee..1d4ac18 100644
--- a/doc/source/user/drivers.rst
+++ b/doc/source/user/drivers.rst
@@ -45,3 +45,8 @@ below the table of supported drivers and maintainers:
- Sabari Murugesan
- smurugesan@vmware.com
- sabari
+ * - S3
+ - Supported
+ - Naohiro Sameshima
+ - naohiro.sameshima@global.ntt
+ - nao-shark