File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ This simple command-line application demonstrates how to invoke Google Cloud Sto
35
35
bucket-acl Manage the ACL for Cloud Storage buckets.
36
36
bucket-default-acl Manage the default ACL for Cloud Storage buckets.
37
37
bucket-labels Manage Cloud Storage bucket labels
38
+ bucket-lock Manage Cloud Storage bucket retention policies
38
39
buckets Manage Cloud Storage buckets
39
40
encryption Upload and download Cloud Storage objects with encryption
40
41
object-acl Manage the ACL for Cloud Storage objects
Original file line number Diff line number Diff line change 149
149
150
150
151
151
// Set Bucket Lock commands
152
- $ application ->add (new Command ('bucketlock ' ))
152
+ $ application ->add (new Command ('bucket-lock ' ))
153
153
->setDescription ('Manage Cloud Storage retention policies ' )
154
154
->setHelp (<<
155
155
The %command.name% command manages Cloud Storage retention policies.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public static function setUpBeforeClass()
42
42
public function setUp ()
43
43
{
44
44
$ application = require __DIR__ . '/../storage.php ' ;
45
- $ this ->commandTester = new CommandTester ($ application ->get ('bucketlock ' ));
45
+ $ this ->commandTester = new CommandTester ($ application ->get ('bucket-lock ' ));
46
46
$ this ->storage = new StorageClient ();
47
47
if (!self ::$ hasCredentials ) {
48
48
$ this ->markTestSkipped ('No application credentials were found. ' );
You can’t perform that action at this time.
0 commit comments