puppet-swift/releasenotes/notes/deprecate-swift3-ccc754b60e6ab25d.yaml
Takashi Kajinami f24fd8c73e Deprecate support for swift3 middlware
... because swift3 is no longer maintained since s3api middleware was
merged into swift.

Change-Id: I287258ee6ee24a6f44d2e22d01c798da570d1fa8
2020-05-03 01:55:22 +09:00

12 lines
439 B
YAML

---
upgrade:
- |
puppet-swift now fails if swift3 is included in ``swift::proxy::pipeline``,
because it no longer supports configuration for swift3 middleware. Use
s3api instead to provide S3-compatible API.
deprecations:
- |
The ``swift::proxy::swift3`` class has been deprecated because swift3
middleware is no longer maintained. Use ``swift::proxy::s3api`` instead
to use built-in s3api middleware in swift.