c4d1afac07
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
13 lines
504 B
YAML
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.
|