Skip to content

Commit

Permalink
fix: remove extraneous quotes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dopiera authored Apr 30, 2020
1 parent fa559a1 commit dfdfff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/v1/v4_signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"bucket": "test-bucket",
"object": "test-object",
"method": "GET",
"expiration": "20",
"expiration": 20,
"timestamp": "2019-03-01T09:00:00Z",
"expectedUrl": "https://storage.googleapis.com/test-bucket/test-object?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=test-iam-credentials%40dummy-project-id.iam.gserviceaccount.com%2F20190301%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20190301T090000Z&X-Goog-Expires=20&X-Goog-SignedHeaders=host&X-Goog-Signature=9669ed5b10664dc594c758296580662912cf4bcc5a4ba0b6bf055bcbf6f34eed7bdad664f534962174a924741a0c273a4f67bc1847cef20192a6beab44223bd9d4fbbd749c407b79997598c30f82ddc269ff47ec09fa3afe74e00616d438df0d96a7d8ad0adacfad1dc3286f864d924fe919fb0dce45d3d975c5afe8e13af2db9cc37ba77835f92f7669b61e94c6d562196c1274529e76cfff1564cc2cad7d5387dc8e12f7a5dfd925685fe92c30b43709eee29fa2f66067472cee5423d1a3a4182fe8cea75c9329d181dc6acad7c393cd04f8bf5bc0515127d8ebd65d80c08e19ad03316053ea60033fd1b1fd85a69c576415da3bf0a3718d9ea6d03e0d66f0",
"scheme": "https",
Expand Down Expand Up @@ -530,4 +530,4 @@
}
}
]
}
}

0 comments on commit dfdfff5

Please sign in to comment.