How does the extension compatibility strategy look like? #736
-
Looking at the DemoS3FlowController I wonder how it can be sure that required fields are in the DataAddress properties (ex. bucketName). I assume that providers and consumers can have different versions of the extensions. How does a consumer understand that it is supposed to send bucketName and object key separately and not in one URL? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, This will be part of the contract of a supported destination type. Destination addresses are similar to a URL where different schemes use different encoding mechanisms. For example, we will define what is required for an "S3" destination type, and the client will be expected to adhere to that. |
Beta Was this translation helpful? Give feedback.
Hi,
This will be part of the contract of a supported destination type. Destination addresses are similar to a URL where different schemes use different encoding mechanisms. For example, we will define what is required for an "S3" destination type, and the client will be expected to adhere to that.