Skip to content

Conversation

@Croway
Copy link
Contributor

@Croway Croway commented Jan 9, 2026

…BlockBlobFromFile

add uploadBlockBlobFromFile operation, recommended for uploading large files (larger than 256MB) as it uses chunked parallel uploads for memory efficiency.

from("file://data?noop=true")
  .log("Uploading file: ${header.CamelFileName}")
  .to("azure-storage-blob://camelazure/container1" +
      "?blobName=${header.CamelFileName}" +
      "&operation=uploadBlockBlobFromFile" +
      "&blockSize=52428800" +      // 50MB blocks
      "&maxConcurrency=4" +        // 4 parallel uploads
      "&serviceClient=#client")
  .log("Upload completed: ${header.CamelFileName}");

@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2026

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus
Copy link
Contributor

modified:   components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConfiguration.java

@Croway Croway merged commit 1cb4f11 into apache:main Jan 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants