Skip to content

Commit a9323ff

Browse files
committed
Sorted code
1 parent baf1372 commit a9323ff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Storage/src/Bucket.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,6 @@ public function compose(array $sourceObjects, $name, array $options = [])
11881188
}
11891189

11901190
$deleteSourceObjects = $options['deleteSourceObjects'] ?? false;
1191-
unset($options['deleteSourceObjects']);
11921191

11931192
unset($options['metadata']);
11941193
unset($options['predefinedAcl']);

Storage/src/Connection/ServiceDefinition/storage-v1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4398,6 +4398,11 @@
43984398
"type": "string",
43994399
"description": "The project to be billed for this request. Required for Requester Pays buckets.",
44004400
"location": "query"
4401+
},
4402+
"deleteSourceObjects": {
4403+
"type": "boolean",
4404+
"description": "If true, the source objects will be deleted after a successful compose operation.",
4405+
"location": "query"
44014406
}
44024407
},
44034408
"parameterOrder": [

0 commit comments

Comments
 (0)