Commit 0576e0b
feat(storage): support delete_source_objects in compose API
Implements the delete_source_objects parameter in Blob.compose() to allow
automatic deletion of source objects upon successful composition.
Also adds unit and system tests to verify the new parameter and handles PR feedback.
Reference PR: googleapis/google-cloud-java#12873
Co-authored-by: nidhiii-27 <224584462+nidhiii-27@users.noreply.github.com>1 parent fc96097 commit 0576e0b
2 files changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
| 860 | + | |
860 | 861 | | |
861 | 862 | | |
862 | 863 | | |
863 | 864 | | |
| 865 | + | |
864 | 866 | | |
865 | 867 | | |
866 | 868 | | |
867 | 869 | | |
868 | 870 | | |
869 | 871 | | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
| 872 | + | |
| 873 | + | |
879 | 874 | | |
880 | 875 | | |
881 | 876 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4491 | 4491 | | |
4492 | 4492 | | |
4493 | 4493 | | |
| 4494 | + | |
4494 | 4495 | | |
| 4496 | + | |
4495 | 4497 | | |
4496 | 4498 | | |
4497 | 4499 | | |
| |||
0 commit comments