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
3535 bucket-acl Manage the ACL for Cloud Storage buckets.
3636 bucket-default-acl Manage the default ACL for Cloud Storage buckets.
3737 bucket-labels Manage Cloud Storage bucket labels
38+ bucket-lock Manage Cloud Storage bucket retention policies
3839 buckets Manage Cloud Storage buckets
3940 encryption Upload and download Cloud Storage objects with encryption
4041 object-acl Manage the ACL for Cloud Storage objects
Original file line number Diff line number Diff line change 149149
150150
151151// Set Bucket Lock commands
152- $ application ->add (new Command ('bucketlock ' ))
152+ $ application ->add (new Command ('bucket-lock ' ))
153153 ->setDescription ('Manage Cloud Storage retention policies ' )
154154 ->setHelp (<<<EOF
155155The <info>%command.name%</info> command manages Cloud Storage retention policies.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public static function setUpBeforeClass()
4242 public function setUp ()
4343 {
4444 $ application = require __DIR__ . '/../storage.php ' ;
45- $ this ->commandTester = new CommandTester ($ application ->get ('bucketlock ' ));
45+ $ this ->commandTester = new CommandTester ($ application ->get ('bucket-lock ' ));
4646 $ this ->storage = new StorageClient ();
4747 if (!self ::$ hasCredentials ) {
4848 $ this ->markTestSkipped ('No application credentials were found. ' );
You can’t perform that action at this time.
0 commit comments