commit | 611af94127f3717ca96abddc118f2a7440ba4fef | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Nov 21 15:36:45 2017 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Nov 21 15:37:28 2017 +0100 |
tree | d89bbb7e1b7ef239c72c90452546b2cc337d7066 | |
parent | d923370d38f6899c7133d1f0435c055dfe37116b [diff] [blame] |
Add support for defining s3/swift endpoints
diff --git a/README.rst b/README.rst index 300c3e5..6321347 100644 --- a/README.rst +++ b/README.rst
@@ -66,6 +66,20 @@ Version: GnuPG v1 ... +Define s3 endpoint: + +.. code-block:: yaml + + parameters: + aptly: + server: + endpoint: + mys3endpoint: + engine: s3 + awsAccessKeyID: xxxx + awsSecretAccessKey: xxxx + bucket: test + Example pillar ==============