freezer/releasenotes/notes/s3-driver-support-02d0a19b99cfe2c5.yaml
Pengju Jiao c4d1afac07 Increase s3 driver support
When use s3 driver, you should specify storage type with
'--storage s3', specify the auth info like '--access-key xxx'
and '--secret-key xxx', and specify the S3 compatible storage
endpoint with '--endpoint  http://ip:port'.

Change-Id: If35468b3bd3a156ac5ade60c771ec8ff1a320139
Implements: blueprint s3-driver-support
2017-06-28 00:01:35 +08:00

13 lines
504 B
YAML

---
prelude: >
Currently, freezer can only store backup data to swift compatible object
storage (except local and ssh), so we should increase support for other
storage driver. S3 compatible object storage is a valid choice, which is
used by many individuals and companies in the public or private clouds.
features:
- |
Added new storage type called 's3' which allows to store the backup data
to S3 compatible object storage and restore from it with using botocore
library.