|
1 | 1 | { |
2 | 2 | "require": { |
3 | | - "google/cloud-storage": "^1.5.2", |
| 3 | + "google/cloud-storage": "^1.9.0", |
4 | 4 | "paragonie/random_compat": "^2.0", |
5 | 5 | "symfony/console": " ^3.0" |
6 | 6 | }, |
|
18 | 18 | "src/delete_bucket_default_acl.php", |
19 | 19 | "src/delete_object.php", |
20 | 20 | "src/delete_object_acl.php", |
| 21 | + "src/disable_default_event_based_hold.php", |
21 | 22 | "src/disable_requester_pays.php", |
22 | 23 | "src/download_encrypted_object.php", |
23 | 24 | "src/download_file_requester_pays.php", |
24 | 25 | "src/download_object.php", |
| 26 | + "src/enable_default_event_based_hold.php", |
25 | 27 | "src/enable_default_kms_key.php", |
26 | 28 | "src/enable_requester_pays.php", |
27 | | - "src/object_metadata.php", |
28 | 29 | "src/generate_encryption_key.php", |
29 | 30 | "src/get_bucket_acl.php", |
30 | 31 | "src/get_bucket_acl_for_entity.php", |
|
34 | 35 | "src/get_object_acl.php", |
35 | 36 | "src/get_object_acl_for_entity.php", |
36 | 37 | "src/get_requester_pays_status.php", |
| 38 | + "src/get_retention_policy.php", |
| 39 | + "src/get_default_event_based_hold.php", |
37 | 40 | "src/list_buckets.php", |
38 | 41 | "src/list_objects.php", |
39 | 42 | "src/list_objects_with_prefix.php", |
| 43 | + "src/lock_retention_policy.php", |
40 | 44 | "src/make_public.php", |
41 | 45 | "src/move_object.php", |
| 46 | + "src/object_metadata.php", |
| 47 | + "src/release_event_based_hold.php", |
| 48 | + "src/release_temporary_hold.php", |
42 | 49 | "src/remove_bucket_iam_member.php", |
43 | 50 | "src/remove_bucket_label.php", |
| 51 | + "src/remove_retention_policy.php", |
44 | 52 | "src/rotate_encryption_key.php", |
| 53 | + "src/set_event_based_hold.php", |
| 54 | + "src/set_retention_policy.php", |
| 55 | + "src/set_temporary_hold.php", |
45 | 56 | "src/upload_encrypted_object.php", |
46 | 57 | "src/upload_object.php", |
47 | 58 | "src/upload_with_kms_key.php", |
|
0 commit comments