eclipse-edc / Technology-Aws

Apache License 2.0
5 stars 15 forks source link

Use generator service to register AmazonS3 destination type #404

Closed bmg13 closed 1 month ago

bmg13 commented 1 month ago

What this PR changes/adds

This PR aims to fix the addition of AmazonS3 destination type by the generator service in the initialiaztion of the extension.

Why it does that

With the removal of sourcetypes properties from the dataplane selector logic, now the destination type must be registered during the boot and so this change allows that for the AmazonS3 type.

Further notes

Tests were added for existing class to promote quality and consistency.

Linked Issue(s)

Closes https://github.com/eclipse-edc/Technology-Aws/issues/401