eclipse-edc / Technology-Azure

Apache License 2.0
2 stars 9 forks source link

fix: use of resolved shared key, when available, in transfer requests for … #189

Closed bmg13 closed 6 months ago

bmg13 commented 6 months ago

What this PR changes/adds

This PR aims to fix the suffix key hardcode enforce when listing for transfer of multiple files. This change is applicable to when the key was already resolved.

Additionally, after offline discussion, the extraction of the Account Cache logic was added to help decoupling services.

Why it does that

To remove the need for a new key resolution when one was already done.

Further notes

A method overload option was chosen to not change current existing interface for other flows not specified in the issue.

Linked Issue(s)

Closes https://github.com/eclipse-edc/Technology-Azure/issues/168