8aec3fa3b2
[sse-c] enable encryption in multipart uploads + refactoring
512109fda5
[sse-c] update Cargo.nix
9d14a859d8
[sse-c] refactor read_and_put_blocks and handle encryption in PutObject
a1d25078cc
[sse-c] add test for block encryption and decryption
a0632a8e6d
[sse-c] hook encryption in header handling and make stuff compile
ea5533265c
[sse-c] fix encryption.rs and add block encryption
439e7cb39f
[sse-c] WIP: DecryptStream
009b51b976
[sse-c] refactor read_and_put_blocks and handle encryption in PutObject
22262aee50
[sse-c] add test for block encryption and decryption
b31cd12209
[sse-c] hook encryption in header handling and make stuff compile
6acc56ad1b
[sse-c] fix encryption.rs and add block encryption
9fd0505220
[sse-c] WIP: DecryptStream
4b978b7533
Merge branch 'main' into next-0.10
911a83ea7d
Merge pull request 'rewrite read_and_put_block as a series of steps with channels' (#734) from refactor-put into main
b76c0c102e
[refactor-put] add ordering tag to blocks being sent to storage nodes
babccd2ad3
[refactor-put] send several blocks in parallel to storage nodes
3fe94cc14f
[refactor-put] rewrite read_and_put_block as a series of steps with channels
911a83ea7d
Merge pull request 'rewrite read_and_put_block as a series of steps with channels' (#734) from refactor-put into main
b76c0c102e
[refactor-put] add ordering tag to blocks being sent to storage nodes
babccd2ad3
[refactor-put] send several blocks in parallel to storage nodes
3fe94cc14f
[refactor-put] rewrite read_and_put_block as a series of steps with channels
rewrite read_and_put_block as a series of steps with channels