ualbertalib / pushmi_pullyu

Ruby application to manage flow of content from Fedora into Swift for preservation
MIT License
1 stars 3 forks source link

Add support for V3 authentication for Swift #422

Closed lagoan closed 5 months ago

lagoan commented 7 months ago

This PR adds configuration options to create Swift depositer objects configured with V3 authentication.

This configuration will be used with the move to OLRC.

Context

We are moving Swift destination from local to OLRC. This requires a different type of authentication. The rest of the behaviour stays the same.

Related to #349

What's New

Adds configuration options and tests for authenticating on Openstack Swift servers with V3 authentication.