How to expose and query multiple files (e.g. an S3 folder) as a single Asset? #5488
Unanswered
marcofranke
asked this question in
Q&A
Replies: 1 comment
-
[1] https://github.com/eclipse-edc/Technology-Aws/tree/main/extensions/data-plane/data-plane-aws-s3#properties |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I understand, in the Eclipse Dataspace Connector an Asset describes a data object, such as a document, an AAS (Asset Administration Shell), or a log message.
As a Data Provider, I can create such an Asset, which can then be discovered by a Consumer via catalog queries and eventually exchanged.
My question is: how does this concept work if I don’t want to expose a single file as an Asset, but rather an entire folder in an S3 bucket that contains multiple files?
I am particularly interested in understanding:
How can the Consumer query the current content (e.g. the list of files) within that folder?
When a data transfer (pull) is initiated, how can the Consumer know what exactly can be retrieved before starting the transmission?
Any hints or examples on how to model or implement this scenario (e.g., structured metadata, artifacts grouping, or dynamic asset contents) would be highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions