storj-thirdparty / velero-plugin

Velero object store plugin that is backed by Storj
Apache License 2.0
8 stars 3 forks source link

Use access instead of project in objectstore #5

Closed Fadila82 closed 4 years ago

Fadila82 commented 4 years ago

In the objectore, we were opening a project in the init call that would never get closed. This PR uses an access instead, and open the project with it each time it's needed.