-
Bug
-
Resolution: Done
-
Major
-
fuse-7.0
-
None
-
Sprint 2019-46, Sprint 2019-47, Sprint 2019-48, Sprint 2019-51, Sprint 2019-52, Sprint 2019-53
- https://access.redhat.com/documentation/en-us/red_hat_fuse/7.0/html-single/apache_camel_component_reference/index#azure-blob-component
- The following sample code is incorrect. CloudBlob class is abstract class so it cannot be instanciated.
StorageCredentials credentials = new StorageCredentialsAccountAndKey("camelazure", "thekey"); CloudBlob client = new CloudBlob("camelazure", credentials); registry.bind("azureBlobClient", client);
- The following test code are maybe useful for sample code.
- https://github.com/apache/camel/blob/camel-2.22.0/components/camel-azure/src/test/java/org/apache/camel/component/azure/blob/BlobServiceComponentConfigurationTest.java
- https://github.com/apache/camel/blob/camel-2.22.0/components/camel-azure/src/test/java/org/apache/camel/component/azure/blob/BlobServiceUtilTest.java