elasticsearch/modules/repository-azure
Brendan Cully c1a71ff45c
BlobContainer: add copyBlob method (#125737)
* BlobContainer: add copyBlob method

If a container implements copyBlob, then the copy is
performed by the store, without client-side IO. If the store
does not provide a copy operation then the default implementation
throws UnsupportedOperationException.

This change provides implementations for the FS and S3 blob containers.
More will follow.

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
Co-authored-by: David Turner <david.turner@elastic.co>
2025-04-09 10:33:01 -07:00
..
licenses Remove optional transitive tink and protobuf-java dependencies (#115916) 2024-10-30 16:28:34 +01:00
src BlobContainer: add copyBlob method (#125737) 2025-04-09 10:33:01 -07:00
build.gradle Bump nimbus-jose-jwt to 10.0.2 (#124544) 2025-03-12 00:23:33 +11:00