File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function main(bucketName = 'my-bucket') {
4343 const bucket = storage . bucket ( bucketName ) ;
4444
4545 /**
46- * List any object that has a context with the specified key attached .
46+ * List any object that has a context with the specified key and value .
4747 * Syntax: contexts."<key>"="<value>"
4848 */
4949 const filterByValue = 'contexts."priority"="high"' ;
@@ -83,7 +83,7 @@ function main(bucketName = 'my-bucket') {
8383 filesNoHighPriority . forEach ( file => console . log ( ` - ${ file . name } ` ) ) ;
8484
8585 /**
86- * List any object that that does not have a context with the specified key attached.
86+ * List any object that does not have a context with the specified key attached.
8787 * Syntax: -contexts."<key>":*
8888 */
8989 const absenceOfKey = '-contexts."team-owner":*' ;
You can’t perform that action at this time.
0 commit comments