Fixed
Status Update
Comments
11...@gmail.com <11...@gmail.com> #2
Further information:
So, I made a test project with a blank wordpress app and a new yaml file and deployed it. It did not stop immediately like it has been with the ascii error, but it did give me a timeout error, which I would get 4 out of 5 times when the app was deploying.
Since it didn't get an ascii error, I took the contents of the app.yaml file and pasted it in the new test instance. That also did not give me an ascii error on deploy, but did get the timeout error.
Since that did not hang on an ascii error, I thought it was not my original app.yaml file that was the issue, which made me think that it was an issue in the project file name or something, so I took the contents of the new yaml file and tried to deployed my original app with that, and that also did not hang on an ascii file but did get the timeout error.
So, I don't know what is causing the timeout error, but it appears that the ascii problem is not my original app.yaml file nor is it a file name in my project, but something is happening when they are deployed together. I'm quite confused.
So, I made a test project with a blank wordpress app and a new yaml file and deployed it. It did not stop immediately like it has been with the ascii error, but it did give me a timeout error, which I would get 4 out of 5 times when the app was deploying.
Since it didn't get an ascii error, I took the contents of the app.yaml file and pasted it in the new test instance. That also did not give me an ascii error on deploy, but did get the timeout error.
Since that did not hang on an ascii error, I thought it was not my original app.yaml file that was the issue, which made me think that it was an issue in the project file name or something, so I took the contents of the new yaml file and tried to deployed my original app with that, and that also did not hang on an ascii file but did get the timeout error.
So, I don't know what is causing the timeout error, but it appears that the ascii problem is not my original app.yaml file nor is it a file name in my project, but something is happening when they are deployed together. I'm quite confused.
ho...@google.com <ho...@google.com> #3
I have been able to make the ascii error go away by removing these lines...
```
skip_files:
- ^(.*/)?\.zip$
- ^(.*/)?\.bat$
- ^(.*/)?\.sh$
- ^(.*/)?\.md$
```
I am not sure why this would be causing the issue. None of those items showed up when I did a regex search across my project for non-ascii characters.
Also, I am not sure why I was able to start the deploy and not get the ascii error in the text project, as this text was in the app.yaml file at the time of testing.
```
skip_files:
- ^(.*/)?\.zip$
- ^(.*/)?\.bat$
- ^(.*/)?\.sh$
- ^(.*/)?\.md$
```
I am not sure why this would be causing the issue. None of those items showed up when I did a regex search across my project for non-ascii characters.
Also, I am not sure why I was able to start the deploy and not get the ascii error in the text project, as this text was in the app.yaml file at the time of testing.
11...@gmail.com <11...@gmail.com> #4
This is happening every time now though...
Beginning deployment of service [default]...
Some files were skipped. Pass `--verbosity=info` to see which ones.
You may also view the gcloud log file, found at
[/Users/me/.config/gcloud/logs/2018.06.08/16.12.18.352564.log].
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 1 file to Google Cloud Storage ═╣
╚════════════════════════════════════════════════════════════╝
ERROR: gcloud crashed (MultiError): One or more errors occurred:
MaxRetrialsException: last_result=(None, (<class 'socket.error'>, error(60, 'Operation timed out'), <traceback object at 0x10de05908>)), last_retrial=3, time_passed_ms=1188103,time_to_wait=0
Beginning deployment of service [default]...
Some files were skipped. Pass `--verbosity=info` to see which ones.
You may also view the gcloud log file, found at
[/Users/me/.config/gcloud/logs/2018.06.08/16.12.18.352564.log].
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 1 file to Google Cloud Storage ═╣
╚════════════════════════════════════════════════════════════╝
ERROR: gcloud crashed (MultiError): One or more errors occurred:
MaxRetrialsException: last_result=(None, (<class 'socket.error'>, error(60, 'Operation timed out'), <traceback object at 0x10de05908>)), last_retrial=3, time_passed_ms=1188103,time_to_wait=0
bo...@gmail.com <bo...@gmail.com> #5
Thanks for the report and the clarification. I tried to use your “skip_files” element and reproduce the issue but I could deploy my app successfully. If the issue still persists, could you perform the 'gcloud app deploy' deployment again with the '--verbosity=debug' and '--no-user-output-enabled' options [1] and attach the full output here?
[1]https://cloud.google.com/sdk/gcloud/reference/
[1]
ni...@google.com <ni...@google.com>
ni...@google.com <ni...@google.com> #6
Hi, thanks for your reply. So, I've taken out the items that were causing the ascii error and I'm just trying to get past this timeout error, but here's the the output from that command. I couldn't get to the top of the output.
```
DEBUG: Skipping upload of [wordpress/wp-admin/images/resize-2x.gif] (a line like this for every file is in the output. Leaving just this one for brevity.)
INFO: Incremental upload skipped 99.98% of data
DEBUG: Uploading 1 file to Google Cloud Storage
DEBUG: Using [16] threads
INFO: Uploading [/myapp-wp-dev/GAE/wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/NewRelicHandlerTest.php] to [a140d66be3282a7a8510211b9167dc2a11f654fe]
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to urlhttps://www.googleapis.com/upload/storage/v1/b/staging.myapp-wp-dev.appspot.com/o?uploadType=multipart&alt=json&name=a140d66be3282a7a8510211b9167dc2a11f654fe after exception [Errno 60] Operation timed out
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to urlhttps://www.googleapis.com/upload/storage/v1/b/staging.myapp-wp-dev.appspot.com/o?uploadType=multipart&alt=json&name=a140d66be3282a7a8510211b9167dc2a11f654fe after exception [Errno 60] Operation timed out
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to urlhttps://www.googleapis.com/upload/storage/v1/b/staging.myapp-wp-dev.appspot.com/o?uploadType=multipart&alt=json&name=a140d66be3282a7a8510211b9167dc2a11f654fe after exception [Errno 60] Operation timed out
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to urlhttps://www.googleapis.com/upload/storage/v1/b/staging.myapp-wp-dev.appspot.com/o?uploadType=multipart&alt=json&name=a140d66be3282a7a8510211b9167dc2a11f654fe after exception [Errno 60] Operation timed out
INFO: Uploading [/myapp-wp-dev/GAE/wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/NewRelicHandlerTest.php] to [a140d66be3282a7a8510211b9167dc2a11f654fe]
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to urlhttps://www.googleapis.com/upload/storage/v1/b/staging.myapp-wp-dev.appspot.com/o?uploadType=multipart&alt=json&name=a140d66be3282a7a8510211b9167dc2a11f654fe after exception [Errno 60] Operation timed out`
```
```
DEBUG: Skipping upload of [wordpress/wp-admin/images/resize-2x.gif] (a line like this for every file is in the output. Leaving just this one for brevity.)
INFO: Incremental upload skipped 99.98% of data
DEBUG: Uploading 1 file to Google Cloud Storage
DEBUG: Using [16] threads
INFO: Uploading [/myapp-wp-dev/GAE/wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/NewRelicHandlerTest.php] to [a140d66be3282a7a8510211b9167dc2a11f654fe]
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to url
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to url
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to url
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to url
INFO: Uploading [/myapp-wp-dev/GAE/wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/NewRelicHandlerTest.php] to [a140d66be3282a7a8510211b9167dc2a11f654fe]
DEBUG: Caught socket error, retrying: [Errno 60] Operation timed out
DEBUG: Retrying request to url
```
11...@gmail.com <11...@gmail.com> #7
Oh, there was more...
```
uery/BytesTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/65c29f5a5131341b2d02d3003bda8182f46d8e3e ', u'sha1Sum': '65c29f5a5131341b2d02d3003bda8182f46d8e3e'}, 'wordpress/wp-admin/includes/class-wp-upgrader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/57c1008776b7948b70f74ecc196030bbe260134c ', u'sha1Sum': '57c1008776b7948b70f74ecc196030bbe260134c'}, 'wordpress/wp-includes/js/jquery/ui/effect-fade.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9c4c9cf12d061c2460cd92309f761019a8190e0f ', u'sha1Sum': '9c4c9cf12d061c2460cd92309f761019a8190e0f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Vision/Annotation/Face.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5534ffc01332674dc165d37fb2fbf7b43e48081a ', u'sha1Sum': '5534ffc01332674dc165d37fb2fbf7b43e48081a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Core/Iam/PolicyBuilderTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b31d42a26856e2b3062152bb225ce46eb954d46f ', u'sha1Sum': 'b31d42a26856e2b3062152bb225ce46eb954d46f'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/core/third_party.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/df479f6ab224a5020e07cbe953b1a532efa3028c ', u'sha1Sum': 'df479f6ab224a5020e07cbe953b1a532efa3028c'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/promises/src/functions_include.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/21fa23fd68e7242075a98b65619cac09570f8ebe ', u'sha1Sum': '21fa23fd68e7242075a98b65619cac09570f8ebe'}, 'wordpress/wp-includes/js/mce-view.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/047c36873b0f484b867bba1efb8e89926731fa32 ', u'sha1Sum': '047c36873b0f484b867bba1efb8e89926731fa32'}, 'wordpress/wp-includes/js/jquery/suggest.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6c4d6a267ca24c1c436fa23398cc24a5b6cf82c1 ', u'sha1Sum': '6c4d6a267ca24c1c436fa23398cc24a5b6cf82c1'}, 'wordpress/wp-includes/fonts/dashicons.woff': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f572765eb12c89275a585623552ff2011c97c51c ', u'sha1Sum': 'f572765eb12c89275a585623552ff2011c97c51c'}, 'wordpress/wp-admin/includes/translation-install.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b711c3e8e09a465bcee44cf70cf9c9f7e62ab954 ', u'sha1Sum': 'b711c3e8e09a465bcee44cf70cf9c9f7e62ab954'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/Response.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4c9f0776666ac792eaf8d2a6d798d86591e61cfb ', u'sha1Sum': '4c9f0776666ac792eaf8d2a6d798d86591e61cfb'}, 'wordpress/wp-includes/images/smilies/icon_smile.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d7123e7bc919fe88d78f3fa7e3c0dfd1fd115a82 ', u'sha1Sum': 'd7123e7bc919fe88d78f3fa7e3c0dfd1fd115a82'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/css/acf-field-group.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0129d4d884f5216e9e0a0fe6a9a4ca8cb5290e10 ', u'sha1Sum': '0129d4d884f5216e9e0a0fe6a9a4ca8cb5290e10'}, 'wordpress/wp-includes/class-wp-image-editor-imagick.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/85377c0ba6df07d88f59b4921b44daa353e5fc5b ', u'sha1Sum': '85377c0ba6df07d88f59b4921b44daa353e5fc5b'}, 'wordpress/wp-includes/js/crop/marqueeHoriz.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c0de32d3ecb6ef90dd65cb4fd102f21c1ffea1b8 ', u'sha1Sum': 'c0de32d3ecb6ef90dd65cb4fd102f21c1ffea1b8'}, 'wordpress/wp-admin/includes/misc.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5a7fea4bb9494b035482954b7edae30400d55829 ', u'sha1Sum': '5a7fea4bb9494b035482954b7edae30400d55829'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/promises/src/RejectionException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5325e24a68c77c5ffffdd639e16c2e6b1178dcf4 ', u'sha1Sum': '5325e24a68c77c5ffffdd639e16c2e6b1178dcf4'}, 'wordpress/wp-includes/js/tinymce/plugins/fullscreen/plugin.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5bc5893fea2530e376e82e35e06bdcf73916651b ', u'sha1Sum': '5bc5893fea2530e376e82e35e06bdcf73916651b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Storage/BucketTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/149fa1e9ecb6be0fa10ade497afd8aa555b8af6a ', u'sha1Sum': '149fa1e9ecb6be0fa10ade497afd8aa555b8af6a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/Vision/fixtures/google.jpg': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ec3de233b2bc232fa15d0bddec3b63bdfe20cbc3 ', u'sha1Sum': 'ec3de233b2bc232fa15d0bddec3b63bdfe20cbc3'}, 'wordpress/wp-content/plugins/acf-to-rest-api/v3/lib/class-acf-to-rest-api-acf-field-settings.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ee16e5abed0dcec778d2523841754eba4916f487 ', u'sha1Sum': 'ee16e5abed0dcec778d2523841754eba4916f487'}, 'wordpress/wp-includes/class-wp-embed.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/69924acd380214c2c2c35d2b4330bf36dce9a52a ', u'sha1Sum': '69924acd380214c2c2c35d2b4330bf36dce9a52a'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/number.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/70f9d5f2a831063e586fdad785598f9b87f6c923 ', u'sha1Sum': '70f9d5f2a831063e586fdad785598f9b87f6c923'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/PushoverHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f7448f675cea25b848af3a726299f87937243ecc ', u'sha1Sum': 'f7448f675cea25b848af3a726299f87937243ecc'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-uk.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0f913df05f3eff1ff9ee3ac7cc65c9ae76af2869 ', u'sha1Sum': '0f913df05f3eff1ff9ee3ac7cc65c9ae76af2869'}, 'wordpress/wp-includes/js/swfupload/plugins/swfupload.queue.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e4e5c111c6d003e2132a418a3d3f65d8b0fb7bf9 ', u'sha1Sum': 'e4e5c111c6d003e2132a418a3d3f65d8b0fb7bf9'}, 'wordpress/wp-includes/SimplePie/Item.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8b19fedb94e1c3957e9c61399d318c9085da4ff0 ', u'sha1Sum': '8b19fedb94e1c3957e9c61399d318c9085da4ff0'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/images/spinner.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a0df62772a3fcf39b25f7b63544708dec5eb56a3 ', u'sha1Sum': 'a0df62772a3fcf39b25f7b63544708dec5eb56a3'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/BigQuery/TimestampTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/df07a151014547b4f2964c7281a6a6f2d52f1601 ', u'sha1Sum': 'df07a151014547b4f2964c7281a6a6f2d52f1601'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/appveyor_install_php.ps1': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/73e337c4755ea7b66cd418ee141c765cc1df852f ', u'sha1Sum': '73e337c4755ea7b66cd418ee141c765cc1df852f'}, 'wordpress/wp-includes/SimplePie/Author.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c05358c90df269c658d72d0ef402e4df71da4395 ', u'sha1Sum': 'c05358c90df269c658d72d0ef402e4df71da4395'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Storage/WriteStreamTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ee1559bcf4966ddf943d1e8c1c8c9deb64696d09 ', u'sha1Sum': 'ee1559bcf4966ddf943d1e8c1c8c9deb64696d09'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Datastore/Key.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2416fb95f9e0bf6e51af53c91d69dcab18e60ea1 ', u'sha1Sum': '2416fb95f9e0bf6e51af53c91d69dcab18e60ea1'}, 'wordpress/wp-includes/js/jquery/ui/effect-puff.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/42f6155e3b76f173aa67558ae0603cadba979f07 ', u'sha1Sum': '42f6155e3b76f173aa67558ae0603cadba979f07'}, 'wordpress/wp-admin/css/media-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/340fbe404b8ed83f2848ed6c84acf68be2cb62aa ', u'sha1Sum': '340fbe404b8ed83f2848ed6c84acf68be2cb62aa'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-pl_PL.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b4aca21dd6e19aeda10fd1f60f2af0b1974e9b5a ', u'sha1Sum': 'b4aca21dd6e19aeda10fd1f60f2af0b1974e9b5a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/fixtures/service-fixture.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0ad276f44e1c7b80c86f25c3ca7666588b43f98b ', u'sha1Sum': '0ad276f44e1c7b80c86f25c3ca7666588b43f98b'}, 'wordpress/wp-content/plugins/gcs/vendor/rize/uri-template/src/Rize/UriTemplate/Node/Abstraction.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0e983511cba58d19f8e3b6ba4f34b644e8a975c1 ', u'sha1Sum': '0e983511cba58d19f8e3b6ba4f34b644e8a975c1'}, 'wordpress/wp-includes/widgets/class-wp-widget-meta.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7bab686b399b8359b40ab43aeb31d85c301de00b ', u'sha1Sum': '7bab686b399b8359b40ab43aeb31d85c301de00b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/BigQuery/InsertResponseTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/99eacfcf55d858b511facaa0b86e569890099637 ', u'sha1Sum': '99eacfcf55d858b511facaa0b86e569890099637'}, 'wordpress/wp-includes/js/wp-auth-check.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0ea6be2780056be3795d0c3bd85c1b0adcee35d0 ', u'sha1Sum': '0ea6be2780056be3795d0c3bd85c1b0adcee35d0'}, 'wordpress/wp-admin/js/set-post-thumbnail.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6a9d23c8a0fc7cb3889decf09fc58fe82ebaa1f8 ', u'sha1Sum': '6a9d23c8a0fc7cb3889decf09fc58fe82ebaa1f8'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f21624889fe01514e6eb4b254aeb3374f3faf190 ', u'sha1Sum': 'f21624889fe01514e6eb4b254aeb3374f3faf190'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Vision/Annotation/AbstractFeatureTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e585e33aa248ca0b72d4861c1f6f861d74912645 ', u'sha1Sum': 'e585e33aa248ca0b72d4861c1f6f861d74912645'}, 'wordpress/wp-admin/ms-themes.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b07ae93b56b551060069cc804c76421cf59ff222 ', u'sha1Sum': 'b07ae93b56b551060069cc804c76421cf59ff222'}, 'wordpress/wp-admin/includes/class-wp-filesystem-ftpsockets.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d3c58f5b989c07bb9e369f1a6243a77128204745 ', u'sha1Sum': 'd3c58f5b989c07bb9e369f1a6243a77128204745'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Storage/WriteStream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7883209d17418937956806505de203e60df4bec9 ', u'sha1Sum': '7883209d17418937956806505de203e60df4bec9'}, 'wordpress/wp-includes/js/plupload/plupload.full.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/097667197a610390b1b343bacfa38e0e76d8ad39 ', u'sha1Sum': '097667197a610390b1b343bacfa38e0e76d8ad39'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/GelfMockMessagePublisher.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ef41de29cb25f8bb1fba7a3858dd44f9dce875da ', u'sha1Sum': 'ef41de29cb25f8bb1fba7a3858dd44f9dce875da'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Datastore/Query/QueryTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/161f48287701fdc16e5ac3395cf383b0fdc10162 ', u'sha1Sum': '161f48287701fdc16e5ac3395cf383b0fdc10162'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/MultipartStream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0975991994022faa38b2ebc649830151b200f72e ', u'sha1Sum': '0975991994022faa38b2ebc649830151b200f72e'}, 'wordpress/wp-includes/theme.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ffe61ed4271b06a0ceb1a8c1f029cc8e67db5f45 ', u'sha1Sum': 'ffe61ed4271b06a0ceb1a8c1f029cc8e67db5f45'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/V1/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7718f4cd7036fd6a045967a5183c6c6516fb4a87 ', u'sha1Sum': '7718f4cd7036fd6a045967a5183c6c6516fb4a87'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/94f8e44b364eb00e6f691f92dc069fd64b17fc61 ', u'sha1Sum': '94f8e44b364eb00e6f691f92dc069fd64b17fc61'}, 'wordpress/wp-includes/random_compat/cast_to_int.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6a465dba45b1d57b2b109ac3e77c11bb5ae46bc3 ', u'sha1Sum': '6a465dba45b1d57b2b109ac3e77c11bb5ae46bc3'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/docs/contents/cloud-datastore.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5f5b469ceafea175bfab4dc6afa6e390cf0dc9e8 ', u'sha1Sum': '5f5b469ceafea175bfab4dc6afa6e390cf0dc9e8'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/doc/03-utilities.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0b30a5f38d5ccb43f18a07d0d28a6a86599adb25 ', u'sha1Sum': '0b30a5f38d5ccb43f18a07d0d28a6a86599adb25'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Core/UriTraitTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a82f5b67f7d43a67f99a0376e2de94083e551ce3 ', u'sha1Sum': 'a82f5b67f7d43a67f99a0376e2de94083e551ce3'}, 'wordpress/wp-includes/js/tinymce/plugins/directionality/plugin.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7f9fd5e5bf69a3404087d9aaf82daf262d5b5597 ', u'sha1Sum': '7f9fd5e5bf69a3404087d9aaf82daf262d5b5597'}, 'wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/568b10af9a974e6051b121140701eedd0fed95ab ', u'sha1Sum': '568b10af9a974e6051b121140701eedd0fed95ab'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Monitoring/V3/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0796472a36b53bf6f9f51d5fafb6c510cd1ab6d2 ', u'sha1Sum': '0796472a36b53bf6f9f51d5fafb6c510cd1ab6d2'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/Cache/Item.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/642b849444dfb6786bcf521f3a562e0d4784b764 ', u'sha1Sum': '642b849444dfb6786bcf521f3a562e0d4784b764'}, 'wordpress/wp-content/plugins/OAuth1-master/docs/basics/Registering.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/00bf532b86de1e4037892e39d1fe411b5ab89b86 ', u'sha1Sum': '00bf532b86de1e4037892e39d1fe411b5ab89b86'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/http-message/CHANGELOG.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/99a68cd6c4cfc30be02bcab108fa2a98cd48b1c1 ', u'sha1Sum': '99a68cd6c4cfc30be02bcab108fa2a98cd48b1c1'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/CachingStream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6ea93d0ee42ab480d26888fb7b5c762258269dd8 ', u'sha1Sum': '6ea93d0ee42ab480d26888fb7b5c762258269dd8'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-sv_SE.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d0cdde318e39bcde44b65a989efbd044fbdd365f ', u'sha1Sum': 'd0cdde318e39bcde44b65a989efbd044fbdd365f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/data/table-schema.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e32662b1ef507d165747d7f70a47e865da989f03 ', u'sha1Sum': 'e32662b1ef507d165747d7f70a47e865da989f03'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Core/Exception/BadRequestException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4abe586f2b7567bb49bee5ac882b653232d6f5d1 ', u'sha1Sum': '4abe586f2b7567bb49bee5ac882b653232d6f5d1'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Translate/TranslateClientTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e738066ea310afbbca899230fc99b71ba0f2138c ', u'sha1Sum': 'e738066ea310afbbca899230fc99b71ba0f2138c'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/088cabc24bc68cdc0e3544dd3848e9ef4bb48c8d ', u'sha1Sum': '088cabc24bc68cdc0e3544dd3848e9ef4bb48c8d'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/HttpHandler/HttpHandlerFactoryTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/57bff3c474929d9af833458f381bf04d5837c932 ', u'sha1Sum': '57bff3c474929d9af833458f381bf04d5837c932'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/radio.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4cd1aca081191901f6b0dd6449229abe85225e04 ', u'sha1Sum': '4cd1aca081191901f6b0dd6449229abe85225e04'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Vision/Annotation/Web/WebEntityTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/124c18aaae4882c0e27a29a710a421fd4bc8a602 ', u'sha1Sum': '124c18aaae4882c0e27a29a710a421fd4bc8a602'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Logging/V2/LoggingServiceV2Client.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/999ef2941b59f094a427ec1dfab44501b871a094 ', u'sha1Sum': '999ef2941b59f094a427ec1dfab44501b871a094'}, 'wordpress/wp-includes/js/wp-lists.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d584613f5d13191598449a4c5df8a4ba3e4fa0d1 ', u'sha1Sum': 'd584613f5d13191598449a4c5df8a4ba3e4fa0d1'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/log/Psr/Log/NullLogger.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e7b8b644efbaa3d4a9bb1a4086f974897ad75e42 ', u'sha1Sum': 'e7b8b644efbaa3d4a9bb1a4086f974897ad75e42'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9b636989a553175489e8a5d4a43efef1c88abc66 ', u'sha1Sum': '9b636989a553175489e8a5d4a43efef1c88abc66'}, 'wordpress/wp-includes/Requests/Exception/HTTP/403.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/990b5679ace2af2e66f13e5fce0d0ef68bb4f154 ', u'sha1Sum': '990b5679ace2af2e66f13e5fce0d0ef68bb4f154'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/taxonomy.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c0379093549c3cd9b3fa56f2c5df975eef168fda ', u'sha1Sum': 'c0379093549c3cd9b3fa56f2c5df975eef168fda'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/content.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/538e48abae1b8f9888219a30bddce469d6e81e08 ', u'sha1Sum': '538e48abae1b8f9888219a30bddce469d6e81e08'}, 'wordpress/wp-content/plugins/OAuth1-master/bin/readme.txt': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/89d71fb588ccd5a92138e6243767294111fe324e ', u'sha1Sum': '89d71fb588ccd5a92138e6243767294111fe324e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Core/ServiceBuilderTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/09558473fa59ce3bf612e2ed72e728cd817a68a2 ', u'sha1Sum': '09558473fa59ce3bf612e2ed72e728cd817a68a2'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bb915be06409582dcd4da3edaa307fd729d83c2d ', u'sha1Sum': 'bb915be06409582dcd4da3edaa307fd729d83c2d'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/48a5d969836f0fd23f18a88320c96e0985d4a6c2 ', u'sha1Sum': '48a5d969836f0fd23f18a88320c96e0985d4a6c2'}, 'wordpress/wp-content/plugins/wp-multibyte-patch/languages/wp-multibyte-patch-ja.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/aa7a1164697a5bc311959b81a2c844986fb738fa ', u'sha1Sum': 'aa7a1164697a5bc311959b81a2c844986fb738fa'}, 'wordpress/wp-includes/css/customize-preview.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8172105721ef50a2d5574f61f658f531e980f943 ', u'sha1Sum': '8172105721ef50a2d5574f61f658f531e980f943'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5fbe783aef241a6f092d7e5e04b257f23a6df566 ', u'sha1Sum': '5fbe783aef241a6f092d7e5e04b257f23a6df566'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Processor/IntrospectionProcessorTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c117e17a1a82723c2e066cc92a608881e9516e82 ', u'sha1Sum': 'c117e17a1a82723c2e066cc92a608881e9516e82'}, 'wordpress/wp-admin/css/colors/light/colors.scss': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c8a31df7b686e75a96e8956ad56bd0390c6203a2 ', u'sha1Sum': 'c8a31df7b686e75a96e8956ad56bd0390c6203a2'}, 'wordpress/wp-admin/css/customize-nav-menus-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8ddbfceb44e6b34fe188cacf805b0d88aea4234d ', u'sha1Sum': '8ddbfceb44e6b34fe188cacf805b0d88aea4234d'}, 'wordpress/wp-includes/ms-functions.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e5d1cd0429a49f8ec20f29275be72d2aea900fa0 ', u'sha1Sum': 'e5d1cd0429a49f8ec20f29275be72d2aea900fa0'}, 'wordpress/wp-includes/js/jquery/jquery.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/076524186dbbdd4c41afbbd6b260d9e46a095811 ', u'sha1Sum': '076524186dbbdd4c41afbbd6b260d9e46a095811'}, 'wordpress/wp-admin/css/list-tables-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c3ba40f2640ec58f5fe49801b55e54421b04c64b ', u'sha1Sum': 'c3ba40f2640ec58f5fe49801b55e54421b04c64b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Vision/AnnotationTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/30e510a1f32b635a22d084334ae3005d6af696c9 ', u'sha1Sum': '30e510a1f32b635a22d084334ae3005d6af696c9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Upload/ResumableUploaderTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/238a6cb7e1e7bbb4023de9e5e2498b7974ba52e6 ', u'sha1Sum': '238a6cb7e1e7bbb4023de9e5e2498b7974ba52e6'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/UriNormalizer.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/db0e6dd6552e5eb371b5fd57aa81762518e8bbf8 ', u'sha1Sum': 'db0e6dd6552e5eb371b5fd57aa81762518e8bbf8'}, 'wordpress/wp-includes/js/wp-api.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/15d44e4e769361a9ae4372b8f8b3908a814acbad ', u'sha1Sum': '15d44e4e769361a9ae4372b8f8b3908a814acbad'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-nl_NL.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4223a4eb6ca2c7f8e7bb0d56701d23121574af4d ', u'sha1Sum': '4223a4eb6ca2c7f8e7bb0d56701d23121574af4d'}, 'wordpress/wp-admin/menu.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e476aee6c4ec79f182298f17b2aa6ecba2bfb53c ', u'sha1Sum': 'e476aee6c4ec79f182298f17b2aa6ecba2bfb53c'}, 'wordpress/wp-includes/class-wp-http-streams.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d339c2c802c119c8e5ccfb399bc74992808c4f33 ', u'sha1Sum': 'd339c2c802c119c8e5ccfb399bc74992808c4f33'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Vision/Annotation/WebTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/592e46c45c77e680cc3f83db9001867e7f0074f6 ', u'sha1Sum': '592e46c45c77e680cc3f83db9001867e7f0074f6'}, 'wordpress/wp-includes/load.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f53f80c4ee7446f0b605443b6d2f05acd8064d13 ', u'sha1Sum': 'f53f80c4ee7446f0b605443b6d2f05acd8064d13'}, 'wordpress/wp-content/plugins/acf-to-rest-api/shared/lib/class-acf-to-rest-api-settings.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4bf53fb83af0939ae9f14c939dde051518d06ab6 ', u'sha1Sum': '4bf53fb83af0939ae9f14c939dde051518d06ab6'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/496be83e15433374008f86d5ee9a7673045327e2 ', u'sha1Sum': '496be83e15433374008f86d5ee9a7673045327e2'}, 'wordpress/wp-includes/js/autosave.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/91d053cc7386954acbdf190b45d6aa7c44818cb2 ', u'sha1Sum': '91d053cc7386954acbdf190b45d6aa7c44818cb2'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/BigQuery/ValueMapper.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/40bf006bf7b3971591fa57c3c71088de4640d59c ', u'sha1Sum': '40bf006bf7b3971591fa57c3c71088de4640d59c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/NaturalLanguage/NaturalLanguageTestCase.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b743910b1012d00b24e014dc2e4cf373d68dd3e0 ', u'sha1Sum': 'b743910b1012d00b24e014dc2e4cf373d68dd3e0'}, 'wordpress/wp-admin/network.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ade974bdce7feecb05e2e4b4bdcbf8372aa2743d ', u'sha1Sum': 'ade974bdce7feecb05e2e4b4bdcbf8372aa2743d'}, 'wordpress/wp-content/plugins/wp-multibyte-patch/wpmp-config-sample-ja.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/722bb61d442576a4ebaacc9351069af7ca5248ab ', u'sha1Sum': '722bb61d442576a4ebaacc9351069af7ca5248ab'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/http-message/src/StreamInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/05d247777c02c5508ef812f24679761fd6cd527f ', u'sha1Sum': '05d247777c02c5508ef812f24679761fd6cd527f'}, 'wordpress/wp-includes/registration.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0fcd9c5c2e1ec69d5f84b89882e40d19c58cc767 ', u'sha1Sum': '0fcd9c5c2e1ec69d5f84b89882e40d19c58cc767'}, 'wordpress/wp-includes/js/heartbeat.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cf29854eeec140fd11e117242fdd9d983fee3e6c ', u'sha1Sum': 'cf29854eeec140fd11e117242fdd9d983fee3e6c'}, 'wordpress/wp-includes/class-wp-http-cookie.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/609d43782e754f98eb89dec73ae104928a163ac9 ', u'sha1Sum': '609d43782e754f98eb89dec73ae104928a163ac9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Storage/StorageClient.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/62f1ab00be1c3ed2197e1b3023d916c659fd3aac ', u'sha1Sum': '62f1ab00be1c3ed2197e1b3023d916c659fd3aac'}, 'wordpress/wp-admin/images/w-logo-white.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7e0596b6eeb98fc0f684ba8c2e4052b8ff0f2690 ', u'sha1Sum': '7e0596b6eeb98fc0f684ba8c2e4052b8ff0f2690'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Core/JsonTraitTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6d255e662b980a47aea72410ec255dd2a63269e5 ', u'sha1Sum': '6d255e662b980a47aea72410ec255dd2a63269e5'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9aec93ec84e3614379003db6a135dc7209878adb ', u'sha1Sum': '9aec93ec84e3614379003db6a135dc7209878adb'}, 'wordpress/wp-admin/options-discussion.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/54b553c342bdfa180b5718ee0ae326e69ef6a531 ', u'sha1Sum': '54b553c342bdfa180b5718ee0ae326e69ef6a531'}, 'wordpress/wp-includes/images/smilies/icon_idea.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2adabafe5e319c04f167302acad4f7b4a0168bb5 ', u'sha1Sum': '2adabafe5e319c04f167302acad4f7b4a0168bb5'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/ZendMonitorHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4dbab5bcfdb0fa72ccc58f169f2a415318d2692d ', u'sha1Sum': '4dbab5bcfdb0fa72ccc58f169f2a415318d2692d'}, 'wordpress/wp-includes/class-wp-tax-query.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/348c3a60d99768041be690b65b008628f53badb7 ', u'sha1Sum': '348c3a60d99768041be690b65b008628f53badb7'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Logging/MetricTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bd5707603919cebd601b9108a2dad53ff2e4c51e ', u'sha1Sum': 'bd5707603919cebd601b9108a2dad53ff2e4c51e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/BigQuery/Date.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/355e967b0260f229b08ec32525c639557147bfa7 ', u'sha1Sum': '355e967b0260f229b08ec32525c639557147bfa7'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/BigQuery/Connection/ConnectionInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a78d443ef12451210a073eab32c4b47158e463e6 ', u'sha1Sum': 'a78d443ef12451210a073eab32c4b47158e463e6'}, 'wordpress/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2308baa783d4f9ba97f18ace350b7033dcc3c2d3 ', u'sha1Sum': '2308baa783d4f9ba97f18ace350b7033dcc3c2d3'}, 'wordpress/wp-admin/css/customize-widgets-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dc6149012f8655287a53191ac5903875743fbb1a ', u'sha1Sum': 'dc6149012f8655287a53191ac5903875743fbb1a'}, 'wordpress/wp-includes/class-wp-http-requests-hooks.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f6a8b81b22d8be422d42daa338731c100b5cfc4f ', u'sha1Sum': 'f6a8b81b22d8be422d42daa338731c100b5cfc4f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/BigQuery/Connection/RestTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c58a0ff115abd5648d6e763523934480df48ce87 ', u'sha1Sum': 'c58a0ff115abd5648d6e763523934480df48ce87'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/docs/contents/cloud-error-reporting.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/30e96d7a1b59b9edc98274fdd70791561372ffea ', u'sha1Sum': '30e96d7a1b59b9edc98274fdd70791561372ffea'}, 'wordpress/wp-content/themes/twentyseventeen/inc/custom-header.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/51d0dde3a9c154d38c2d5227f53d2dc470e0ee42 ', u'sha1Sum': '51d0dde3a9c154d38c2d5227f53d2dc470e0ee42'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/fixtures/schema/toc.json.schema': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8a98b7e486bc9a1e036a8161d81026abbf763431 ', u'sha1Sum': '8a98b7e486bc9a1e036a8161d81026abbf763431'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Iam/PolicyBuilderTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/09524f05c67caea55f47cd1e76a918ad02f033ff ', u'sha1Sum': '09524f05c67caea55f47cd1e76a918ad02f033ff'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/pro/fields/flexible-content.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cfb56a1c0d9bda040851d4a21a615a3cbc9fcbfc ', u'sha1Sum': 'cfb56a1c0d9bda040851d4a21a615a3cbc9fcbfc'}, 'wordpress/wp-admin/css/colors/midnight/colors-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a5373830c9ba2df7e36dc3b95fc329f5fe6cab6c ', u'sha1Sum': 'a5373830c9ba2df7e36dc3b95fc329f5fe6cab6c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Vision/Annotation/Face/LandmarksTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/53ed9a96efc5fa2d5ad5a65d79d2151abbcb6283 ', u'sha1Sum': '53ed9a96efc5fa2d5ad5a65d79d2151abbcb6283'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/bootstrap.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/69454d8f7e4666d1969098deec65e7d3633ac8cb ', u'sha1Sum': '69454d8f7e4666d1969098deec65e7d3633ac8cb'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/log/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1fbcb7823058241175bdce04b64c450d3e5d11de ', u'sha1Sum': '1fbcb7823058241175bdce04b64c450d3e5d11de'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Processor/TagProcessorTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6461580051f12af31310201c7ddf4e9c0e30a26e ', u'sha1Sum': '6461580051f12af31310201c7ddf4e9c0e30a26e'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-es_ES.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c253a04a11fd3bf23f5ade52009347757749e001 ', u'sha1Sum': 'c253a04a11fd3bf23f5ade52009347757749e001'}, 'wordpress/wp-content/plugins/appengine-wordpress-plugin/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4cc77b90af91e615a64ae04893fdffa7939db84c ', u'sha1Sum': '4cc77b90af91e615a64ae04893fdffa7939db84c'}, 'wordpress/wp-includes/js/wp-auth-check.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/44106d19c71d410a7feb84b3c181184c10311d4e ', u'sha1Sum': '44106d19c71d410a7feb84b3c181184c10311d4e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3e4f1378f2b40d971875c620f2f122c03b10d4b9 ', u'sha1Sum': '3e4f1378f2b40d971875c620f2f122c03b10d4b9'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bb94a891e6f2df1b57f02061f4169d325235fdba ', u'sha1Sum': 'bb94a891e6f2df1b57f02061f4169d325235fdba'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/abe717163806ed132d2784d848568d39d3e4bc8e ', u'sha1Sum': 'abe717163806ed132d2784d848568d39d3e4bc8e'}, 'wordpress/wp-includes/js/crop/cropper.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2e7de54bb1229e91eba854840b377fe97b3bbb28 ', u'sha1Sum': '2e7de54bb1229e91eba854840b377fe97b3bbb28'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Core/RequestBuilder.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7f73263356edb35181527982b9d4e0da2bcdbfc9 ', u'sha1Sum': '7f73263356edb35181527982b9d4e0da2bcdbfc9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Core/Int64Test.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/16ad255ba4eb5fec29e85e952a6abb770579516f ', u'sha1Sum': '16ad255ba4eb5fec29e85e952a6abb770579516f'}, 'wordpress/wp-includes/Requests/Exception/HTTP/304.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a366f7cfc39209c618047fd4ab6cbcbf20227e5b ', u'sha1Sum': 'a366f7cfc39209c618047fd4ab6cbcbf20227e5b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/CacheTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/22010ca124b0028f32bf0bda85d22033ab341c13 ', u'sha1Sum': '22010ca124b0028f32bf0bda85d22033ab341c13'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/data/table-data.csv': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/656276c69e1a8c0e5fdf4d48aba8c0af78dc7530 ', u'sha1Sum': '656276c69e1a8c0e5fdf4d48aba8c0af78dc7530'}, 'wordpress/wp-includes/class-wp-editor.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4a8999ae9fc0e3e62b77bbfe7a4dd8dab3f1ed4c ', u'sha1Sum': '4a8999ae9fc0e3e62b77bbfe7a4dd8dab3f1ed4c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/FetchAuthTokenInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8559b845bd31694d98caab50774b7c6624f9f142 ', u'sha1Sum': '8559b845bd31694d98caab50774b7c6624f9f142'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/SamplingHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9848a22f96f7893ad74780453fa219de448db3db ', u'sha1Sum': '9848a22f96f7893ad74780453fa219de448db3db'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/PumpStream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/124e71e353183992dfa5edeb207652e85457f462 ', u'sha1Sum': '124e71e353183992dfa5edeb207652e85457f462'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Speech/SpeechClientTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1e54b7dc88f7ef214a97c02bf25b15c5ffa0a9e2 ', u'sha1Sum': '1e54b7dc88f7ef214a97c02bf25b15c5ffa0a9e2'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-cs_CZ.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fc65f3d7e8f01bbbc28219871e4394eca1f4e831 ', u'sha1Sum': 'fc65f3d7e8f01bbbc28219871e4394eca1f4e831'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Upload/AbstractUploader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/509973ef2efdc1e34db9b2bd44855dcbf2b808e8 ', u'sha1Sum': '509973ef2efdc1e34db9b2bd44855dcbf2b808e8'}, 'wordpress/wp-admin/options-writing.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b9c580dc554ce1adfee1cf062613fdb2185faa5e ', u'sha1Sum': 'b9c580dc554ce1adfee1cf062613fdb2185faa5e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Datastore/Query/GqlQueryTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fb598951e6e268515f7e63de1da1555b9f041268 ', u'sha1Sum': 'fb598951e6e268515f7e63de1da1555b9f041268'}, 'wordpress/wp-content/themes/twentyseventeen/assets/images/sandwich.jpg': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e9fce63b205aadba93d8fa4bb3405708b73f4cc5 ', u'sha1Sum': 'e9fce63b205aadba93d8fa4bb3405708b73f4cc5'}, 'wordpress/wp-admin/css/colors/sunrise/colors-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cd14d217ee391f74d7e3e9b02edcb23b98783f73 ', u'sha1Sum': 'cd14d217ee391f74d7e3e9b02edcb23b98783f73'}, 'wordpress/wp-admin/css/themes-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/72d1aa388aada92bdfe15eb2fff3d012b426b327 ', u'sha1Sum': '72d1aa388aada92bdfe15eb2fff3d012b426b327'}, 'wordpress/wp-includes/js/tinymce/themes/inlite/theme.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c5dd5546072356115f83914823bff66a78fd002c ', u'sha1Sum': 'c5dd5546072356115f83914823bff66a78fd002c'}, 'wordpress/wp-admin/css/login-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d20e2f8fd08c727a5e7fa032064ebadf11195d3b ', u'sha1Sum': 'd20e2f8fd08c727a5e7fa032064ebadf11195d3b'}, 'wordpress/wp-admin/ms-options.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f9b564508b63d8ac1e178a3697438a9dafd228b7 ', u'sha1Sum': 'f9b564508b63d8ac1e178a3697438a9dafd228b7'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Compute/Metadata/Readers/StreamReader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e5a2611251f25c197eefa21934e118bfdcbbe07a ', u'sha1Sum': 'e5a2611251f25c197eefa21934e118bfdcbbe07a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/Snippet/SnippetTestCase.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8cb08be9cc230442f021beb0e00157a92579d5cc ', u'sha1Sum': '8cb08be9cc230442f021beb0e00157a92579d5cc'}, 'wordpress/wp-includes/js/swfupload/swfupload.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b1546f9f9aa150f8913e80825cfff57f815cc30e ', u'sha1Sum': 'b1546f9f9aa150f8913e80825cfff57f815cc30e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Monitoring/V3/GroupServiceClient.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2b854c91864d4bcd2cbcc72802335084fab84cd5 ', u'sha1Sum': '2b854c91864d4bcd2cbcc72802335084fab84cd5'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/BrowserConsoleHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ea72f09a0427424564ee5527baff318b2d236127 ', u'sha1Sum': 'ea72f09a0427424564ee5527baff318b2d236127'}, 'wordpress/wp-includes/js/tinymce/themes/modern/theme.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bda33a0e97293efbc37b5f75b388ae1a4ba9d886 ', u'sha1Sum': 'bda33a0e97293efbc37b5f75b388ae1a4ba9d886'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-zh_CN.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/542c25cab5beef7da74d0d91cf3712871b513f26 ', u'sha1Sum': '542c25cab5beef7da74d0d91cf3712871b513f26'}, 'wordpress/wp-includes/js/customize-models.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cda9cfd7789f5fb4564744a8622f070fa3f2f091 ', u'sha1Sum': 'cda9cfd7789f5fb4564744a8622f070fa3f2f091'}, 'wordpress/wp-admin/includes/class-language-pack-upgrader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/250f07bec620aff52478352b9307b1e75f32b9eb ', u'sha1Sum': '250f07bec620aff52478352b9307b1e75f32b9eb'}, 'wordpress/wp-admin/js/dashboard.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/26adc527ec94af18f799fc5503b3634ab8e76e97 ', u'sha1Sum': '26adc527ec94af18f799fc5503b3634ab8e76e97'}, 'wordpress/wp-admin/css/site-icon.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/99e94b7a9c278b45b07da816705d7f6c352e1c5a ', u'sha1Sum': '99e94b7a9c278b45b07da816705d7f6c352e1c5a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/GrpcTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/be585e0ff5bbc265b16ba3806a8378f80464ecaa ', u'sha1Sum': 'be585e0ff5bbc265b16ba3806a8378f80464ecaa'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Storage/AclTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e29e91f3ac0b7748d8227d5e783d4a224e898695 ', u'sha1Sum': 'e29e91f3ac0b7748d8227d5e783d4a224e898695'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/LazyOpenStream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/36f1c5729f795331ff965d775c48fe6f9de25d9c ', u'sha1Sum': '36f1c5729f795331ff965d775c48fe6f9de25d9c'}, 'wordpress/wp-includes/class-wp-taxonomy.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a41c7849e22cba76aee1d8eb21bb2edc7e9839f0 ', u'sha1Sum': 'a41c7849e22cba76aee1d8eb21bb2edc7e9839f0'}, 'wordpress/wp-includes/js/jquery/ui/effect-clip.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ce1c6bf512e7d5b720aae59cd6d3282b4ba76616 ', u'sha1Sum': 'ce1c6bf512e7d5b720aae59cd6d3282b4ba76616'}, 'wordpress/wp-admin/includes/bookmark.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/21f12287871d58060060e1da0482d26cfc96ee03 ', u'sha1Sum': '21f12287871d58060060e1da0482d26cfc96ee03'}, 'wordpress/wp-admin/css/colors/midnight/colors-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1bdafd369c89a659688896198a7c039861f6270a ', u'sha1Sum': '1bdafd369c89a659688896198a7c039861f6270a'}, 'wordpress/wp-admin/js/nav-menu.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/21428606852f15b4ae114a8e00dcb8f1ecfd4f64 ', u'sha1Sum': '21428606852f15b4ae114a8e00dcb8f1ecfd4f64'}, 'wordpress/wp-includes/feed-rss2.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/022292e896018da3fd78809a2fe5d54582f4adc5 ', u'sha1Sum': '022292e896018da3fd78809a2fe5d54582f4adc5'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/functions_include.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/82ace3d3065a2518755d743843861c89861f4390 ', u'sha1Sum': '82ace3d3065a2518755d743843861c89861f4390'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/PubSub/MessageTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ceb8fba4745d0584eba83371b1142ba21b29cce9 ', u'sha1Sum': 'ceb8fba4745d0584eba83371b1142ba21b29cce9'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/ChromePHPHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bdb0d3a536c5fca527c61b1ab3d9fe433516b791 ', u'sha1Sum': 'bdb0d3a536c5fca527c61b1ab3d9fe433516b791'}, 'wordpress/wp-content/plugins/duplicate-post/gpl-2.0.txt': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4cc77b90af91e615a64ae04893fdffa7939db84c ', u'sha1Sum': '4cc77b90af91e615a64ae04893fdffa7939db84c'}, 'wordpress/wp-admin/js/color-picker.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8d897aa22006564a4a609adadfa13148c25d9859 ', u'sha1Sum': '8d897aa22006564a4a609adadfa13148c25d9859'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/BigQuery/Time.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3444d6f1d8b197fae7d5004739cec068669d70ec ', u'sha1Sum': '3444d6f1d8b197fae7d5004739cec068669d70ec'}, 'wordpress/wp-includes/class-wp-role.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c660ef6d886af631386602aef016bae8fbf73d2c ', u'sha1Sum': 'c660ef6d886af631386602aef016bae8fbf73d2c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/DocGenerator/DocGenerator.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dd1c9e9250fe8147936afc4acbb0409e981207ba ', u'sha1Sum': 'dd1c9e9250fe8147936afc4acbb0409e981207ba'}, 'wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0c210d4bdeb4721d3f20a48a05b55e42eabc9328 ', u'sha1Sum': '0c210d4bdeb4721d3f20a48a05b55e42eabc9328'}, 'wordpress/wp-content/plugins/acf-to-rest-api/legacy/v2/lib/endpoints/class-acf-to-rest-api-term-controller.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f306ed592a060ca112858b55478e13a99dca0338 ', u'sha1Sum': 'f306ed592a060ca112858b55478e13a99dca0338'}, 'wordpress/wp-includes/SimplePie/XML/Declaration/Parser.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4b6c7905e57b8b8b7c6de508c3213e5ba0d80911 ', u'sha1Sum': '4b6c7905e57b8b8b7c6de508c3213e5ba0d80911'}, 'wordpress/wp-includes/class-wp-user-query.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/abe20e80357129a7ccecaa67b35c4d6efa2de787 ', u'sha1Sum': 'abe20e80357129a7ccecaa67b35c4d6efa2de787'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/SlackHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fe2a2801673d32ba4cd42f0d2cbaac8965c18b3c ', u'sha1Sum': 'fe2a2801673d32ba4cd42f0d2cbaac8965c18b3c'}, 'wordpress/wp-admin/includes/network.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2eb3bf84001927c979e77ccefee271adf58bb4ab ', u'sha1Sum': '2eb3bf84001927c979e77ccefee271adf58bb4ab'}, 'wordpress/wp-includes/images/blank.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3e3501aadd7a42792abe7851caa3821389143f56 ', u'sha1Sum': '3e3501aadd7a42792abe7851caa3821389143f56'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Formatter/ChromePHPFormatterTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6e00d93a8bb4447acdadb61343553af4e31d8da1 ', u'sha1Sum': '6e00d93a8bb4447acdadb61343553af4e31d8da1'}, 'wordpress/wp-admin/media-new.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/088fc55fa98b0351931f7f816a760ae4c3a48d2b ', u'sha1Sum': '088fc55fa98b0351931f7f816a760ae4c3a48d2b'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b820f9d8243a27a8f9d6332278563dd8a4301af9 ', u'sha1Sum': 'b820f9d8243a27a8f9d6332278563dd8a4301af9'}, 'wordpress/wp-admin/css/colors/light/colors-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dd6697bb9fc835e37f9fcc187c5499dcaf1c2af6 ', u'sha1Sum': 'dd6697bb9fc835e37f9fcc187c5499dcaf1c2af6'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/Credentials/AppIndentityCredentialsTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/605dc90ba859089921ec612cdcd117e082ca62ca ', u'sha1Sum': '605dc90ba859089921ec612cdcd117e082ca62ca'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ef45d264a4904e9ac6cf334594926463a7b6f128 ', u'sha1Sum': 'ef45d264a4904e9ac6cf334594926463a7b6f128'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/relationship.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5ab5f85df710666bae696961659cb43cb100d778 ', u'sha1Sum': '5ab5f85df710666bae696961659cb43cb100d778'}, 'wordpress/wp-admin/term.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a11c1fcbf9ee1abefc32a4a809d92d2e451c1b71 ', u'sha1Sum': 'a11c1fcbf9ee1abefc32a4a809d92d2e451c1b71'}, 'wordpress/wp-admin/css/colors/_mixins.scss': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/741b72bf5c487303b83dd31e8c4e1fe70fd4c03f ', u'sha1Sum': '741b72bf5c487303b83dd31e8c4e1fe70fd4c03f'}, 'wordpress/wp-admin/css/widgets-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/555ca8f37710f93dbe172bfe2059881c41b47432 ', u'sha1Sum': '555ca8f37710f93dbe172bfe2059881c41b47432'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/cache/src/CacheException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b038c248daa0bb0650ed2f2fb57037447de1c595 ', u'sha1Sum': 'b038c248daa0bb0650ed2f2fb57037447de1c595'}, 'wordpress/wp-includes/widgets/class-wp-widget-categories.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8a187078730ca4fc59c62ee7733b03bd6f820066 ', u'sha1Sum': '8a187078730ca4fc59c62ee7733b03bd6f820066'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Translate/Connection/ConnectionInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/14833ac1ec2839f8bf2736d2dcf2622f28b616ac ', u'sha1Sum': '14833ac1ec2839f8bf2736d2dcf2622f28b616ac'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/NaturalLanguage/AnalyzeTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b7afd28b68d8b7704d1ba4b7aee93405a71a9530 ', u'sha1Sum': 'b7afd28b68d8b7704d1ba4b7aee93405a71a9530'}, 'wordpress/wp-content/plugins/OAuth1-master/docs/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e84043a9e7e83eed4d2b9c1ac8a4e4389213cb70 ', u'sha1Sum': 'e84043a9e7e83eed4d2b9c1ac8a4e4389213cb70'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/aadc144a0ad2139975107d8a2560f2dd8d7cf6c7 ', u'sha1Sum': 'aadc144a0ad2139975107d8a2560f2dd8d7cf6c7'}, 'wordpress/wp-content/plugins/gcs/vendor/rize/uri-template/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d8046158b035fa89fd5860faff3ba77aa4c8eada ', u'sha1Sum': 'd8046158b035fa89fd5860faff3ba77aa4c8eada'}, 'wordpress/wp-cron.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/119605ae67b7c429cba4b02adf138f0ff0060746 ', u'sha1Sum': '119605ae67b7c429cba4b02adf138f0ff0060746'}, 'wordpress/wp-admin/includes/meta-boxes.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/62c152a71ed77f70f7ec6321cee6acf5a3f0f76e ', u'sha1Sum': '62c152a71ed77f70f7ec6321cee6acf5a3f0f76e'}, 'wordpress/wp-includes/pluggable-deprecated.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d0f320e77ebf7a560e17109f1673dbabdfed9355 ', u'sha1Sum': 'd0f320e77ebf7a560e17109f1673dbabdfed9355'}, 'wordpress/wp-includes/js/customize-preview-widgets.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a17fdb8fbf84610216d094c34da95fa568eb2ac6 ', u'sha1Sum': 'a17fdb8fbf84610216d094c34da95fa568eb2ac6'}, 'wordpress/wp-includes/js/tinymce/tinymce.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ec167428ad6275ff373976847c37fca99b9a485d ', u'sha1Sum': 'ec167428ad6275ff373976847c37fca99b9a485d'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/88abf89663df2942da729bfe485359f55e80dfae ', u'sha1Sum': '88abf89663df2942da729bfe485359f55e80dfae'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Vision/Annotation/WebTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/29dda21e53f652e637bff895b4685726f019c604 ', u'sha1Sum': '29dda21e53f652e637bff895b4685726f019c604'}, 'wordpress/wp-includes/images/crystal/audio.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/522448f4e94acc3ce005b26a85c9fb8a0b15993e ', u'sha1Sum': '522448f4e94acc3ce005b26a85c9fb8a0b15993e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Logging/V2/ConfigServiceV2Client.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8827434bc61596b6b90320403412c0bc837f030e ', u'sha1Sum': '8827434bc61596b6b90320403412c0bc837f030e'}, 'wordpress/wp-includes/css/editor.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e8fec28b0c0cb32e8984951acbdb738f6bd287de ', u'sha1Sum': 'e8fec28b0c0cb32e8984951acbdb738f6bd287de'}, 'wordpress/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/65d15078bddf1e3b02091ebcd34460e47976ef3b ', u'sha1Sum': '65d15078bddf1e3b02091ebcd34460e47976ef3b'}, 'wordpress/wp-includes/class-wp-query.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/72dbc1d4f2bbc8efdcdd834ecaf3771cbf17f64e ', u'sha1Sum': '72dbc1d4f2bbc8efdcdd834ecaf3771cbf17f64e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Exception/ServerException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ddf9d06663a45101b1cbf1d471829cbeca9d20b9 ', u'sha1Sum': 'ddf9d06663a45101b1cbf1d471829cbeca9d20b9'}, 'wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/850b3a861fc15ae225007979822c9cac235c019b ', u'sha1Sum': '850b3a861fc15ae225007979822c9cac235c019b'}, 'wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a4c53891a22cfe175af5213565e5b71977231b8c ', u'sha1Sum': 'a4c53891a22cfe175af5213565e5b71977231b8c'}, 'wordpress/wp-includes/js/json2.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/38825ab1a9dad363a240fa998b39ceeae2d18b3b ', u'sha1Sum': '38825ab1a9dad363a240fa998b39ceeae2d18b3b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/readme.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/140d1be89176c7e0745fdcc80327cb2975e46ee1 ', u'sha1Sum': '140d1be89176c7e0745fdcc80327cb2975e46ee1'}, 'wordpress/wp-includes/images/crystal/video.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4e41b25069138471cbc1256b1c0b71b4adeaf3ef ', u'sha1Sum': '4e41b25069138471cbc1256b1c0b71b4adeaf3ef'}, 'wordpress/wp-includes/Requests/Hooks.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b55339e6ca788b8afe92c256c179107cee803d37 ', u'sha1Sum': 'b55339e6ca788b8afe92c256c179107cee803d37'}, 'wordpress/wp-includes/js/autosave.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7073825b1d96fca7b7c0d3f52e29cd1c658b2da1 ', u'sha1Sum': '7073825b1d96fca7b7c0d3f52e29cd1c658b2da1'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/GrpcRequestWrapperTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2c922784c33e5ea75ed76a19b5408dccd4363bb5 ', u'sha1Sum': '2c922784c33e5ea75ed76a19b5408dccd4363bb5'}, 'wordpress/wp-content/themes/twentyseventeen/README.txt': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/154f0f040d22a767ec052accd1a447163401d18b ', u'sha1Sum': '154f0f040d22a767ec052accd1a447163401d18b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Storage/ReadStream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e1fffa253e5b01b5af4e6c82637e80fd20050d65 ', u'sha1Sum': 'e1fffa253e5b01b5af4e6c82637e80fd20050d65'}, 'wordpress/wp-includes/js/mediaelement/skipback.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/04e1d3d770ed478b25d89a23280f35af929f6024 ', u'sha1Sum': '04e1d3d770ed478b25d89a23280f35af929f6024'}, 'wordpress/wp-includes/js/jquery/ui/effect-drop.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/16cba222755ee513c346ccd6c1f5bc36ad5767be ', u'sha1Sum': '16cba222755ee513c346ccd6c1f5bc36ad5767be'}, 'wordpress/wp-includes/Requests/Exception/HTTP/431.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/03bd449755783d9b7ead642928d943c468a6f190 ', u'sha1Sum': '03bd449755783d9b7ead642928d943c468a6f190'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/75e813a8c07f41f3631fb0923730d0329b42250d ', u'sha1Sum': '75e813a8c07f41f3631fb0923730d0329b42250d'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/ErrorReporting/V1beta1/resources/error_group_service_client_config.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3b162788580dd521f7871c56d5ebf42e87dbfce3 ', u'sha1Sum': '3b162788580dd521f7871c56d5ebf42e87dbfce3'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e6debd13cefae26901d1b2e26b7dc33baa4fecaf ', u'sha1Sum': 'e6debd13cefae26901d1b2e26b7dc33baa4fecaf'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/881411f2cfaa32f9909cec0a5e2dac2ddbac90e4 ', u'sha1Sum': '881411f2cfaa32f9909cec0a5e2dac2ddbac90e4'}, 'wordpress/wp-includes/customize/class-wp-customize-sidebar-section.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/81ed3c3802b1370e0285ecd5bb834d3aafb757f0 ', u'sha1Sum': '81ed3c3802b1370e0285ecd5bb834d3aafb757f0'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/admin/admin.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c1e7311a7cddd06c4816b4ffed3d3cc5d89a4184 ', u'sha1Sum': 'c1e7311a7cddd06c4816b4ffed3d3cc5d89a4184'}, 'wordpress/wp-includes/images/spinner.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1758cbd9fc8206a2c0fa093c97cc02af305c1c03 ', u'sha1Sum': '1758cbd9fc8206a2c0fa093c97cc02af305c1c03'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7c09ed2368a34cb3a013ac9d939ce87090b6430c ', u'sha1Sum': '7c09ed2368a34cb3a013ac9d939ce87090b6430c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Vision/Annotation/EntityTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1098e04101a7f29828cbf7adc015d0d9479bb642 ', u'sha1Sum': '1098e04101a7f29828cbf7adc015d0d9479bb642'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/BigQuery/BigQueryTestCase.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/375bc5d85e888c58f89d7a0aef5507831a9d8fe1 ', u'sha1Sum': '375bc5d85e888c58f89d7a0aef5507831a9d8fe1'}, 'wordpress/wp-settings.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/14e786663a347353de8765f47e27a55b8424f1f2 ', u'sha1Sum': '14e786663a347353de8765f47e27a55b8424f1f2'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-de_DE_formal.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a2e1853aa897a9ac9a19b8f1742ceb49a19bdfb4 ', u'sha1Sum': 'a2e1853aa897a9ac9a19b8f1742ceb49a19bdfb4'}, 'wordpress/wp-includes/class-wp-ajax-response.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d0047ef2f0ff2e633efc72c7c7ffd255214c6438 ', u'sha1Sum': 'd0047ef2f0ff2e633efc72c7c7ffd255214c6438'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-uk.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1cdc2559d2ffd65d454b92abb06ecb67efd5f414 ', u'sha1Sum': '1cdc2559d2ffd65d454b92abb06ecb67efd5f414'}, 'wordpress/wp-includes/class-wp-dependency.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/124668c95fb6b3e89e05aff738a55fc7dd0cca53 ', u'sha1Sum': '124668c95fb6b3e89e05aff738a55fc7dd0cca53'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/Subscriber/SimpleSubscriber.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b93d5bb052ec29cba35022b124bff08a52d533f1 ', u'sha1Sum': 'b93d5bb052ec29cba35022b124bff08a52d533f1'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/src/functions_include.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/28f0e7a04af02f198fc7f4c1ea95db9590752646 ', u'sha1Sum': '28f0e7a04af02f198fc7f4c1ea95db9590752646'}, 'wordpress/wp-includes/class-wp-network.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e35c34c3361b09339d3dce65fc842ea2608a36d8 ', u'sha1Sum': 'e35c34c3361b09339d3dce65fc842ea2608a36d8'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Vision/Annotation/Web/WebImageTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5e02ab17ea48c2cd29220d3343d161301bcb9988 ', u'sha1Sum': '5e02ab17ea48c2cd29220d3343d161301bcb9988'}, 'wordpress/wp-includes/css/admin-bar.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ce7f7d50039b1044bf0814ab79cc39e2222cb3cb ', u'sha1Sum': 'ce7f7d50039b1044bf0814ab79cc39e2222cb3cb'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/ErrorReporting/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a9f49505f52e431fe1dc7af0841477e237bfb632 ', u'sha1Sum': 'a9f49505f52e431fe1dc7af0841477e237bfb632'}, 'wordpress/wp-admin/link-parse-opml.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/60775df52d3896716a2a9c53ddb810e6f0947ad1 ', u'sha1Sum': '60775df52d3896716a2a9c53ddb810e6f0947ad1'}, 'wordpress/wp-admin/css/login-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/39a6002f23669ad93d3604d44857a982e910d610 ', u'sha1Sum': '39a6002f23669ad93d3604d44857a982e910d610'}, 'wordpress/wp-content/plugins/duplicate-post/readme.txt': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bb5d8d518102913667a0ab7ceb2b95b4e549db87 ', u'sha1Sum': 'bb5d8d518102913667a0ab7ceb2b95b4e549db87'}, 'wordpress/wp-admin/images/no.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8c78a43a2b1fb993836cd110a3b63734d37680b3 ', u'sha1Sum': '8c78a43a2b1fb993836cd110a3b63734d37680b3'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/color_picker.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e2ccf17db3e2e0b6da511a18eefc097cc41b7172 ', u'sha1Sum': 'e2ccf17db3e2e0b6da511a18eefc097cc41b7172'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/pro/api/api-pro.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f641240f3d1eb306b5acbe121610782f217d6869 ', u'sha1Sum': 'f641240f3d1eb306b5acbe121610782f217d6869'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/Middleware/AuthTokenMiddlewareTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c5b9d2e94cb62233429c9093d7aa6ef1ebdaed30 ', u'sha1Sum': 'c5b9d2e94cb62233429c9093d7aa6ef1ebdaed30'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/ErrorReporting/V1beta1/ErrorStatsServiceClient.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cb129d02dfbf181f62add73a53a0ac9a9c769de8 ', u'sha1Sum': 'cb129d02dfbf181f62add73a53a0ac9a9c769de8'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/docs/contents/cloud-translate.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5bcfdd0937241b33bc8b9222aa5e9772c8df7c52 ', u'sha1Sum': '5bcfdd0937241b33bc8b9222aa5e9772c8df7c52'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/732987c328633d7b089ca56bb05312e05d903c53 ', u'sha1Sum': '732987c328633d7b089ca56bb05312e05d903c53'}, 'wordpress/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b06939948f6cf75c93a8059ce51fd02d3ecf30e9 ', u'sha1Sum': 'b06939948f6cf75c93a8059ce51fd02d3ecf30e9'}, 'wordpress/wp-admin/js/user-suggest.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e8b961d226b18461c08da20d9754c5f5d2fbd71a ', u'sha1Sum': 'e8b961d226b18461c08da20d9754c5f5d2fbd71a'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Formatter/LogstashFormatterTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/570ac88e3ff7473236345006550a2a99c418e62e ', u'sha1Sum': '570ac88e3ff7473236345006550a2a99c418e62e'}, 'wordpress/wp-content/plugins/acf-to-rest-api/shared/includes/admin/views/html-notice-missing-acf.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fbb1891686e8a8e0890fb82d6fc2964bbef3aac0 ', u'sha1Sum': 'fbb1891686e8a8e0890fb82d6fc2964bbef3aac0'}, 'wordpress/wp-includes/Text/Diff.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/14a72b4aebad6a60180fe086b7dc23b64cc43b6a ', u'sha1Sum': '14a72b4aebad6a60180fe086b7dc23b64cc43b6a'}, 'wordpress/wp-content/themes/twentyseventeen/inc/template-functions.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/52a521d53619019caeb2e13c4a7267fb85bf21dd ', u'sha1Sum': '52a521d53619019caeb2e13c4a7267fb85bf21dd'}, 'wordpress/wp-includes/js/shortcode.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/91861a989101e6d88eb7d6f6bf7d68ff89fc4ac8 ', u'sha1Sum': '91861a989101e6d88eb7d6f6bf7d68ff89fc4ac8'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/core/deprecated.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cb218ad39ca13276a284c375bd3c4e70a06519f5 ', u'sha1Sum': 'cb218ad39ca13276a284c375bd3c4e70a06519f5'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/DynamoDbHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fc9db54f479e4c92628c4eb6c08a6dc7aa812e18 ', u'sha1Sum': 'fc9db54f479e4c92628c4eb6c08a6dc7aa812e18'}, 'wordpress/wp-includes/js/media-editor.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/aa64e850da89a4bc3bf65fca33fb0fae9d77b20d ', u'sha1Sum': 'aa64e850da89a4bc3bf65fca33fb0fae9d77b20d'}, 'wordpress/wp-admin/images/wheel.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cb32f64edbf19429b46de5acfb6537ad9f8c5a9c ', u'sha1Sum': 'cb32f64edbf19429b46de5acfb6537ad9f8c5a9c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Iam/Iam.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6c0f82eb01d8bef2e9419fa5608420ca439c9e33 ', u'sha1Sum': '6c0f82eb01d8bef2e9419fa5608420ca439c9e33'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/GelfHandlerLegacyTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b1029f62b02cf5776b62d16d6a1204cd81889e33 ', u'sha1Sum': 'b1029f62b02cf5776b62d16d6a1204cd81889e33'}, 'wordpress/wp-includes/class-wp-metadata-lazyloader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d48a6665373c58fdb9a048d9b32fa71c2266832e ', u'sha1Sum': 'd48a6665373c58fdb9a048d9b32fa71c2266832e'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/core/local.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fc1b29e692539c55c8ea335e2b6e4d6c4fc53054 ', u'sha1Sum': 'fc1b29e692539c55c8ea335e2b6e4d6c4fc53054'}, 'wordpress/wp-includes/js/plupload/wp-plupload.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4a0f44a4cc3d5fbbbf7087ee790a120ed75161f9 ', u'sha1Sum': '4a0f44a4cc3d5fbbbf7087ee790a120ed75161f9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Translate/Connection/RestTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/53296df23783eb2b971a956bc482db6a65e6889e ', u'sha1Sum': '53296df23783eb2b971a956bc482db6a65e6889e'}, 'wordpress/wp-admin/includes/taxonomy.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2d39f17ac126e4ba0a9d2835c901fdb0e97e8f8c ', u'sha1Sum': '2d39f17ac126e4ba0a9d2835c901fdb0e97e8f8c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Monitoring/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a79ffa41a5ca1690dc31bce3fe64ce3419e8a8b9 ', u'sha1Sum': 'a79ffa41a5ca1690dc31bce3fe64ce3419e8a8b9'}, 'databasesetup.sql': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/28a743dc79e5b9029aec20627a7bc94c7928a5ee ', u'sha1Sum': '28a743dc79e5b9029aec20627a7bc94c7928a5ee'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Storage/StorageObject.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1f137540a97563ad1de35b4e00ba6bec2629c24b ', u'sha1Sum': '1f137540a97563ad1de35b4e00ba6bec2629c24b'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/images/sprite@2x.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/22c86d29522daf7d5e924b950f694d14c60df903 ', u'sha1Sum': '22c86d29522daf7d5e924b950f694d14c60df903'}, 'wordpress/wp-admin/css/colors/ectoplasm/colors.scss': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d9b655ef8598fb5d747a90c2c6e5b38c5e4b6437 ', u'sha1Sum': 'd9b655ef8598fb5d747a90c2c6e5b38c5e4b6437'}, 'wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/efaa5ce67056751976b725d19d55b266bc2f0e20 ', u'sha1Sum': 'efaa5ce67056751976b725d19d55b266bc2f0e20'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-zh_CN.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/65a52200e420005d7293df70f8758fd5e23cfb87 ', u'sha1Sum': '65a52200e420005d7293df70f8758fd5e23cfb87'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/AppendStream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/865574f38769e79a7cdf1083099ae1525af27a06 ', u'sha1Sum': '865574f38769e79a7cdf1083099ae1525af27a06'}, 'wordpress/wp-admin/css/site-icon.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/612447cb86dba6797d86c650151eb066f1d8e7ae ', u'sha1Sum': '612447cb86dba6797d86c650151eb066f1d8e7ae'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-sv_SE.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5d208021a618ab592db29f2597419cb278e069e7 ', u'sha1Sum': '5d208021a618ab592db29f2597419cb278e069e7'}, 'wordpress/wp-admin/css/widgets-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3db2c05027b4e46a6958afcdc2c164962dfb46d9 ', u'sha1Sum': '3db2c05027b4e46a6958afcdc2c164962dfb46d9'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/date_time_picker.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5764b846eab4e179bda8c928a1b3c79e1c91209c ', u'sha1Sum': '5764b846eab4e179bda8c928a1b3c79e1c91209c'}, 'wordpress/wp-admin/js/editor.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/eb40fd9c7deef71ddd967d7b4e1014e1d11e8885 ', u'sha1Sum': 'eb40fd9c7deef71ddd967d7b4e1014e1d11e8885'}, 'source-context.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ca09641f0e38c456775274925b1b380b377ed6be ', u'sha1Sum': 'ca09641f0e38c456775274925b1b380b377ed6be'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Core/CallTraitTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5c6916798ec529ecc96f6783fa8f0789acf0aff0 ', u'sha1Sum': '5c6916798ec529ecc96f6783fa8f0789acf0aff0'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-field.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2fc45f25014206b3eed712ca74eb7a756a4163c1 ', u'sha1Sum': '2fc45f25014206b3eed712ca74eb7a756a4163c1'}, 'wordpress/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1429ffdac1f11385c87cae810933525437a10f7b ', u'sha1Sum': '1429ffdac1f11385c87cae810933525437a10f7b'}, 'wordpress/wp-includes/formatting.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/806d2872676ea22e0a6fa6b32fbd4652298023ee ', u'sha1Sum': '806d2872676ea22e0a6fa6b32fbd4652298023ee'}, 'wordpress/wp-admin/css/forms.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9f47b6cc361a656e9f3d74429f5a5c250d59b724 ', u'sha1Sum': '9f47b6cc361a656e9f3d74429f5a5c250d59b724'}, 'wordpress/wp-admin/js/media-upload.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/69b53231fe7ccf6eae9718eb927659505d442afb ', u'sha1Sum': '69b53231fe7ccf6eae9718eb927659505d442afb'}, 'wordpress/wp-includes/css/jquery-ui-dialog.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/55ccc5c15076da8cb95ed420c6b9dd8ba4354530 ', u'sha1Sum': '55ccc5c15076da8cb95ed420c6b9dd8ba4354530'}, 'wordpress/wp-includes/Requests/Transport/fsockopen.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fdfb56b74ffc66a4c93e103145635f861c167050 ', u'sha1Sum': 'fdfb56b74ffc66a4c93e103145635f861c167050'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Storage/BucketTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3629af486174b7e4ff2acd0f41463eb124f666d5 ', u'sha1Sum': '3629af486174b7e4ff2acd0f41463eb124f666d5'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/de22309c4dcb2c78455a809b74f944e575806cd4 ', u'sha1Sum': 'de22309c4dcb2c78455a809b74f944e575806cd4'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/OAuth2.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/97210cd54185908091814275bf800aedc3c684bc ', u'sha1Sum': '97210cd54185908091814275bf800aedc3c684bc'}, 'wordpress/wp-includes/js/jquery/jquery.masonry.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0e3709691bf96233766de30e2fd473b84166c5b6 ', u'sha1Sum': '0e3709691bf96233766de30e2fd473b84166c5b6'}, 'wordpress/wp-includes/class-smtp.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/03eeaac473cb10029d79bd9d4da3191be5135987 ', u'sha1Sum': '03eeaac473cb10029d79bd9d4da3191be5135987'}, 'wordpress/wp-includes/random_compat/random_bytes_openssl.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/69f94d96b1507464fcde10f2f11a9c3ee47c1cbf ', u'sha1Sum': '69f94d96b1507464fcde10f2f11a9c3ee47c1cbf'}, 'wordpress/wp-includes/images/toggle-arrow-2x.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f6148ff300220f18d6cca6f7b8fbbc531d521e32 ', u'sha1Sum': 'f6148ff300220f18d6cca6f7b8fbbc531d521e32'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Logging/EntryTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fbccc7acec29c279a947fe8959fcf1352d631cea ', u'sha1Sum': 'fbccc7acec29c279a947fe8959fcf1352d631cea'}, 'wordpress/wp-admin/css/colors/blue/colors-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0b4983bc9c80b587b25f482a28515bece7f4982a ', u'sha1Sum': '0b4983bc9c80b587b25f482a28515bece7f4982a'}, 'wordpress/wp-includes/css/jquery-ui-dialog.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2dd43f7cd9c73e7d613de1f476d938cb5c789994 ', u'sha1Sum': '2dd43f7cd9c73e7d613de1f476d938cb5c789994'}, 'wordpress/wp-admin/edit-tag-form.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4e817181b2c0e2308a2b2ee0212d3534ba6022dc ', u'sha1Sum': '4e817181b2c0e2308a2b2ee0212d3534ba6022dc'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/cache/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8f88761f5ac59ee836ad9637400eb76d1516dd23 ', u'sha1Sum': '8f88761f5ac59ee836ad9637400eb76d1516dd23'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/log/Psr/Log/LoggerInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/706851a260c8e151c925b857b80c63c5faee3d97 ', u'sha1Sum': '706851a260c8e151c925b857b80c63c5faee3d97'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Vision/Annotation.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ac46df1797cf3e7b922f7b8d596402bcdd5d7993 ', u'sha1Sum': 'ac46df1797cf3e7b922f7b8d596402bcdd5d7993'}, 'wordpress/wp-content/plugins/acf-to-rest-api/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0832949441638d16b27f6684892e0cbb25d8c8b1 ', u'sha1Sum': '0832949441638d16b27f6684892e0cbb25d8c8b1'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Vision/Annotation/FaceTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/63536771d06b555fed11f425d15d0890f5c204b0 ', u'sha1Sum': '63536771d06b555fed11f425d15d0890f5c204b0'}, 'wordpress/wp-includes/js/tinymce/plugins/wpembed/plugin.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3388dd6717a2856eb5b8676766dee1e3b45226e3 ', u'sha1Sum': '3388dd6717a2856eb5b8676766dee1e3b45226e3'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.full.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a4955ce00888b8b0ba3d4aae6819af5ec9d4ba37 ', u'sha1Sum': 'a4955ce00888b8b0ba3d4aae6819af5ec9d4ba37'}, 'wordpress/wp-includes/l10n.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/781e63d156746fafd74ffa83444a4ff33032da22 ', u'sha1Sum': '781e63d156746fafd74ffa83444a4ff33032da22'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/FlowdockHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7fb9cbcfdca30eace35d6c75866f2311f650f0ea ', u'sha1Sum': '7fb9cbcfdca30eace35d6c75866f2311f650f0ea'}, 'wordpress/wp-includes/js/media-grid.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/19525b2a0efd1d63939b610d4736319609f3851b ', u'sha1Sum': '19525b2a0efd1d63939b610d4736319609f3851b'}, 'wordpress/wp-includes/atomlib.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a8594f4333564e05efb980b385b0b802b5bd77ab ', u'sha1Sum': 'a8594f4333564e05efb980b385b0b802b5bd77ab'}, 'wordpress/wp-admin/images/spinner.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1758cbd9fc8206a2c0fa093c97cc02af305c1c03 ', u'sha1Sum': '1758cbd9fc8206a2c0fa093c97cc02af305c1c03'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/forms/user.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/45fcd5948bbce343abaab7da7a74ad2a2062417b ', u'sha1Sum': '45fcd5948bbce343abaab7da7a74ad2a2062417b'}, 'wordpress/wp-includes/class-walker-nav-menu.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ebd138a3a8f571f00a9b8ff16cf630824b846d2c ', u'sha1Sum': 'ebd138a3a8f571f00a9b8ff16cf630824b846d2c'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/api/api-field.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a03ac316061fcacbce29c96acf5f69dca217584d ', u'sha1Sum': 'a03ac316061fcacbce29c96acf5f69dca217584d'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-de_CH.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/781b2c1ad4694a48aeae240aab47a387c6bff7b8 ', u'sha1Sum': '781b2c1ad4694a48aeae240aab47a387c6bff7b8'}, 'wordpress/wp-includes/js/media-models.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3d6129aefd6276972847155322dac9bd9cf1cb6c ', u'sha1Sum': '3d6129aefd6276972847155322dac9bd9cf1cb6c'}, 'wordpress/wp-includes/class-feed.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/eb2aa5705622d5a9447f42a8bfba9c21b7bc83f6 ', u'sha1Sum': 'eb2aa5705622d5a9447f42a8bfba9c21b7bc83f6'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/DocGenerator/TypeGenerator.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/410eebeff7ef4e6af17dd7d274a227ff6fee6fd9 ', u'sha1Sum': '410eebeff7ef4e6af17dd7d274a227ff6fee6fd9'}, 'wordpress/wp-includes/images/smilies/icon_question.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/34ea87e56878f5133f3c17b191db26266d326eff ', u'sha1Sum': '34ea87e56878f5133f3c17b191db26266d326eff'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ece6f1bb0a41d5f902b7272527bf2a277326c990 ', u'sha1Sum': 'ece6f1bb0a41d5f902b7272527bf2a277326c990'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Storage/StorageClientTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/90e7b80180198d0c90de91e05649eb5e338ed1f2 ', u'sha1Sum': '90e7b80180198d0c90de91e05649eb5e338ed1f2'}, 'wordpress/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/074dd47eab463e4ffb43d94a4deeb1c78536f489 ', u'sha1Sum': '074dd47eab463e4ffb43d94a4deeb1c78536f489'}, 'wordpress/wp-admin/css/colors/coffee/colors.scss': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cf4360d90e8cd9b7d667e1013bdd3a43ddc4c97c ', u'sha1Sum': 'cf4360d90e8cd9b7d667e1013bdd3a43ddc4c97c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/Storage/StreamWrapper/UrlStatTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/70d45ea280003cfeb9678ff869761c689139d50f ', u'sha1Sum': '70d45ea280003cfeb9678ff869761c689139d50f'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/img/object.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b523c9f648e2ae1c4ba7bde7739203bc6997755f ', u'sha1Sum': 'b523c9f648e2ae1c4ba7bde7739203bc6997755f'}, 'wordpress/wp-includes/theme-compat/embed-content.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/774cffd13e6beadde8579dfe2759ab7bc3e8cd47 ', u'sha1Sum': '774cffd13e6beadde8579dfe2759ab7bc3e8cd47'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/BigQuery/ManageDatasetsTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c6acc55851bc2bea600e7115edd18dc34283e4f3 ', u'sha1Sum': 'c6acc55851bc2bea600e7115edd18dc34283e4f3'}, 'wordpress/wp-includes/images/media/audio.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6e5b0bc0d190f5d0749c281c0c348a4ba67b9ea5 ', u'sha1Sum': '6e5b0bc0d190f5d0749c281c0c348a4ba67b9ea5'}, 'wordpress/wp-includes/js/tinymce/plugins/textcolor/plugin.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/42d8ba325c1f0d712d5fe414083029e6324d0b5f ', u'sha1Sum': '42d8ba325c1f0d712d5fe414083029e6324d0b5f'}, 'wordpress/wp-links-opml.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4bb66ec6be4af8eecd464faa43d944598077c4b6 ', u'sha1Sum': '4bb66ec6be4af8eecd464faa43d944598077c4b6'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/fixtures/private.pem': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/657a6d855ce84fa8c23b45abd66aceeb78d002d1 ', u'sha1Sum': '657a6d855ce84fa8c23b45abd66aceeb78d002d1'}, 'wordpress/wp-includes/js/media-editor.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cddc7d1695b529d4df01fb0c4c19584c5c669981 ', u'sha1Sum': 'cddc7d1695b529d4df01fb0c4c19584c5c669981'}, 'wordpress/wp-admin/js/comment.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/59802198a53745b8125bc5c4a3d14c7579f46a87 ', u'sha1Sum': '59802198a53745b8125bc5c4a3d14c7579f46a87'}, 'wordpress/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f0980dff853bf61fd9e9824e20f58445bd9bef9c ', u'sha1Sum': 'f0980dff853bf61fd9e9824e20f58445bd9bef9c'}, 'wordpress/wp-admin/css/colors/ectoplasm/colors.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1164beaebade933e1874114f71515ea78ec3d14c ', u'sha1Sum': '1164beaebade933e1874114f71515ea78ec3d14c'}, 'wordpress/wp-admin/network/users.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/18bd9ba45b7af8ef12456e3ce5adeb56a692971d ', u'sha1Sum': '18bd9ba45b7af8ef12456e3ce5adeb56a692971d'}, 'wordpress/wp-includes/random_compat/random_bytes_mcrypt.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7450cdfda87d253eb58249ab5ecbbd9aa1f26502 ', u'sha1Sum': '7450cdfda87d253eb58249ab5ecbbd9aa1f26502'}, 'wordpress/wp-admin/css/about.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4ace98aa8e70bf225da0a7b872bbf0d1e48e53b0 ', u'sha1Sum': '4ace98aa8e70bf225da0a7b872bbf0d1e48e53b0'}, 'wordpress/wp-admin/css/color-picker.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/55a6033f6b0682df0963c83b017e5531c48d4cb1 ', u'sha1Sum': '55a6033f6b0682df0963c83b017e5531c48d4cb1'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/CredentialsLoader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d8876b4d32854e9d486771e23c0af3cfb2fd0eb7 ', u'sha1Sum': 'd8876b4d32854e9d486771e23c0af3cfb2fd0eb7'}, 'wordpress/wp-includes/js/imgareaselect/border-anim-v.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a23c595f0c4f6edc3202384e7849d855b2155037 ', u'sha1Sum': 'a23c595f0c4f6edc3202384e7849d855b2155037'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/log/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f59f1535e88d1c3717f27b756e4ebe746aa152a3 ', u'sha1Sum': 'f59f1535e88d1c3717f27b756e4ebe746aa152a3'}, 'wordpress/wp-admin/network/freedoms.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d49f3d005edb06e28dd25d0a5b930961c7465854 ', u'sha1Sum': 'd49f3d005edb06e28dd25d0a5b930961c7465854'}, 'wordpress/wp-includes/js/customize-base.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a7725ebfa176c5379164144eed50b1750960c200 ', u'sha1Sum': 'a7725ebfa176c5379164144eed50b1750960c200'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/BigQuery/JobTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/08d7b3ce109e020c8cda02cb9f28ee2f3b102665 ', u'sha1Sum': '08d7b3ce109e020c8cda02cb9f28ee2f3b102665'}, 'wordpress/wp-includes/css/customize-preview-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0a729749641e342e62e8bb4b85bab4be175dedfe ', u'sha1Sum': '0a729749641e342e62e8bb4b85bab4be175dedfe'}, 'wordpress/wp-admin/credits.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ace0de566e2b7de0d0ecda3d56f6847ec07cc5f5 ', u'sha1Sum': 'ace0de566e2b7de0d0ecda3d56f6847ec07cc5f5'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Datastore/Query/GqlQueryTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d721fe727fa4ed646c757621776c69ec8e05d47e ', u'sha1Sum': 'd721fe727fa4ed646c757621776c69ec8e05d47e'}, 'wordpress/wp-includes/js/jquery/jquery.query.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/73b8f4a404b7dba1522a412ad501210fae32223e ', u'sha1Sum': '73b8f4a404b7dba1522a412ad501210fae32223e'}, 'wordpress/wp-includes/SimplePie/Rating.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4305785e4e40b9923e5185407b491225524ecf2f ', u'sha1Sum': '4305785e4e40b9923e5185407b491225524ecf2f'}, 'wordpress/wp-includes/link-template.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/302cb269ca95d30ae1aa55b5579ccf55adb003eb ', u'sha1Sum': '302cb269ca95d30ae1aa55b5579ccf55adb003eb'}, 'wordpress/wp-includes/js/jquery/ui/effect-pulsate.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8cd64251638a30001db1f292c886eeb79c03c15d ', u'sha1Sum': '8cd64251638a30001db1f292c886eeb79c03c15d'}, 'wordpress/wp-includes/random_compat/random_bytes_libsodium_legacy.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/043b5ccf69e325206b5035495b38fe22e623286f ', u'sha1Sum': '043b5ccf69e325206b5035495b38fe22e623286f'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/inc/datepicker/jquery-ui.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f795860344e0752389c52191a9085f8728128043 ', u'sha1Sum': 'f795860344e0752389c52191a9085f8728128043'}, 'wordpress/wp-includes/css/admin-bar-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d59fe8cfa26c196ac05f59cff36ae7371f84538b ', u'sha1Sum': 'd59fe8cfa26c196ac05f59cff36ae7371f84538b'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/08084dedac98a6a46f1c1cdd6fd75fac8de9d026 ', u'sha1Sum': '08084dedac98a6a46f1c1cdd6fd75fac8de9d026'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1f35829543ad6404c0c677c34c521ee01ff4459b ', u'sha1Sum': '1f35829543ad6404c0c677c34c521ee01ff4459b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/sh/tests': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/48dc1efdb461c8e25715f5a7607d04acd1c9caec ', u'sha1Sum': '48dc1efdb461c8e25715f5a7607d04acd1c9caec'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-de_DE_formal.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/94b96cb3172c463528b37bea679b0fe08838869f ', u'sha1Sum': '94b96cb3172c463528b37bea679b0fe08838869f'}, 'wordpress/wp-admin/images/align-left.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7e21fc2a80618d602751d60010947c2f1f8a6fc5 ', u'sha1Sum': '7e21fc2a80618d602751d60010947c2f1f8a6fc5'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/css/acf-input.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e8de29e4b3bb411036add045789d37a180eeb368 ', u'sha1Sum': 'e8de29e4b3bb411036add045789d37a180eeb368'}, 'wordpress/wp-admin/ms-edit.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4b1b3f72c8e214101bbb94bb5397bd11e8ffebc1 ', u'sha1Sum': '4b1b3f72c8e214101bbb94bb5397bd11e8ffebc1'}, 'wordpress/wp-content/plugins/batcache/readme.txt': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dfeac112f5261f15089059c600ba96df49017db5 ', u'sha1Sum': 'dfeac112f5261f15089059c600ba96df49017db5'}, 'wordpress/wp-includes/js/mediaelement/controls.svg': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b348ebbee79eff5451362fbbd4c23e3418eceeb0 ', u'sha1Sum': 'b348ebbee79eff5451362fbbd4c23e3418eceeb0'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/Snippet/Container.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cd2f54b348c9561f31e9cb503c110f86f487839c ', u'sha1Sum': 'cd2f54b348c9561f31e9cb503c110f86f487839c'}, 'wordpress/wp-includes/js/tinymce/plugins/tabfocus/plugin.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b557699049ab7f0bc404b5a9fe4ccd48f1cfde56 ', u'sha1Sum': 'b557699049ab7f0bc404b5a9fe4ccd48f1cfde56'}, 'wordpress/wp-includes/js/jquery/ui/effect-highlight.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2ca74fc6735fffbf69e47986d4048c5530de7cc7 ', u'sha1Sum': '2ca74fc6735fffbf69e47986d4048c5530de7cc7'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/BigQuery/Job.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/efc517ddb8cb7e4421ea50e4274ccf811ba69bd8 ', u'sha1Sum': 'efc517ddb8cb7e4421ea50e4274ccf811ba69bd8'}, 'wordpress/wp-admin/includes/class-plugin-upgrader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dca3bbd57c5fd273461373bc66ca9fda391ed2c1 ', u'sha1Sum': 'dca3bbd57c5fd273461373bc66ca9fda391ed2c1'}, 'wordpress/wp-includes/images/media/video.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/eb1f330cb35578368bedf8fdcf0bacfa4172df0e ', u'sha1Sum': 'eb1f330cb35578368bedf8fdcf0bacfa4172df0e'}, 'wordpress/wp-admin/images/date-button-2x.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/37715e4365e3b594c682b0a59cb34965844e9177 ', u'sha1Sum': '37715e4365e3b594c682b0a59cb34965844e9177'}, 'wordpress/wp-admin/js/customize-nav-menus.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/867229449a15c7a66e5782beb2279676d9c75eae ', u'sha1Sum': '867229449a15c7a66e5782beb2279676d9c75eae'}, 'wordpress/wp-admin/css/list-tables-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/59926ddf991d3eba274a744d5ac3a7a27525799c ', u'sha1Sum': '59926ddf991d3eba274a744d5ac3a7a27525799c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/ServiceBuilderTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7a1b953129985752c907f98b7a6d043099ee939d ', u'sha1Sum': '7a1b953129985752c907f98b7a6d043099ee939d'}, 'wordpress/wp-admin/tools.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/82798342b5ee2930de5c38a732226cd95130d843 ', u'sha1Sum': '82798342b5ee2930de5c38a732226cd95130d843'}, 'wordpress/wp-admin/js/customize-widgets.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b3e26812a07bb0a225d5ce9523d4f89c5ade974d ', u'sha1Sum': 'b3e26812a07bb0a225d5ce9523d4f89c5ade974d'}, 'wordpress/wp-admin/css/wp-admin.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ff6309b031654a83a41dcf88ae3f281af692e249 ', u'sha1Sum': 'ff6309b031654a83a41dcf88ae3f281af692e249'}, 'wordpress/wp-includes/Requests/Exception/HTTP/418.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/799cc2b9540f9336d1e04878755b72baa0861fa5 ', u'sha1Sum': '799cc2b9540f9336d1e04878755b72baa0861fa5'}, 'wordpress/wp-includes/images/admin-bar-sprite-2x.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ead6a404153919d622fa02c587d334f6e63d1411 ', u'sha1Sum': 'ead6a404153919d622fa02c587d334f6e63d1411'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2x2.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9d87bfb8803a812ab69eadcaf8cea48c86ace020 ', u'sha1Sum': '9d87bfb8803a812ab69eadcaf8cea48c86ace020'}, 'wordpress/wp-admin/includes/template.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2ef50e790fdd42daa8ccd64d4c7c4be75d21742d ', u'sha1Sum': '2ef50e790fdd42daa8ccd64d4c7c4be75d21742d'}, 'wordpress/wp-includes/css/editor.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7991e7077a90d2ac0b3999ac3c9e64c9d8682b53 ', u'sha1Sum': '7991e7077a90d2ac0b3999ac3c9e64c9d8682b53'}, 'wordpress/wp-includes/SimplePie/Restriction.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/717ae59cb840f8aa06347b55c44823caf3401e8b ', u'sha1Sum': '717ae59cb840f8aa06347b55c44823caf3401e8b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/Credentials/ServiceAccountCredentialsTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8598d8305913e48cfc216096a16ad80b87a80c00 ', u'sha1Sum': '8598d8305913e48cfc216096a16ad80b87a80c00'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7480bfb8ad0142879a8aded777e4c9bcb528a98e ', u'sha1Sum': '7480bfb8ad0142879a8aded777e4c9bcb528a98e'}, 'wordpress/wp-includes/js/plupload/handlers.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3998fd62d087f5025c9d8c45c0bba6aea261ac65 ', u'sha1Sum': '3998fd62d087f5025c9d8c45c0bba6aea261ac65'}, 'wordpress/wp-includes/SimplePie/Source.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e6896c4c84c2a8a69b1d7941a6648c7da86a07ea ', u'sha1Sum': 'e6896c4c84c2a8a69b1d7941a6648c7da86a07ea'}, 'wordpress/wp-includes/js/thickbox/macFFBgHack.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d31c95932aaa40a5dafb077fdb835e020584d8f1 ', u'sha1Sum': 'd31c95932aaa40a5dafb077fdb835e020584d8f1'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/NaturalLanguage/NaturalLanguageClientTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6603e06756a23da783cc3ee6786a711f4c651fe8 ', u'sha1Sum': '6603e06756a23da783cc3ee6786a711f4c651fe8'}, 'wordpress/wp-admin/css/revisions-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1c56e8403d7fff2d4b0d21b75fc09273ccd895c1 ', u'sha1Sum': '1c56e8403d7fff2d4b0d21b75fc09273ccd895c1'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/Stream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7d4c54c783e123d7714ac487d94d96c5d7b7c3d6 ', u'sha1Sum': '7d4c54c783e123d7714ac487d94d96c5d7b7c3d6'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/cache/CHANGELOG.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/56b9b67bef8718c3d8d73b2255992b887ddf7863 ', u'sha1Sum': '56b9b67bef8718c3d8d73b2255992b887ddf7863'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/pro/core/updates.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e75ce8a706c4a9e5a2af795a075de06a4a0d9d05 ', u'sha1Sum': 'e75ce8a706c4a9e5a2af795a075de06a4a0d9d05'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/669a1e53b9dd9df3474300d3d959bb85bad75945 ', u'sha1Sum': '669a1e53b9dd9df3474300d3d959bb85bad75945'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/RestTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5984b7e07049d9a819fee3b1420841d91adfd332 ', u'sha1Sum': '5984b7e07049d9a819fee3b1420841d91adfd332'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/keyfile-stub.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d1d76fc10aaeadfc67993892430703cde7a87c77 ', u'sha1Sum': 'd1d76fc10aaeadfc67993892430703cde7a87c77'}, 'wordpress/wp-content/languages/ja.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a615e9df1590ca4e169ccdc6ce2b6305951d9ee7 ', u'sha1Sum': 'a615e9df1590ca4e169ccdc6ce2b6305951d9ee7'}, 'wordpress/wp-includes/compat.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dde043e565f1db7828ae9086ccbde9d2bb59306d ', u'sha1Sum': 'dde043e565f1db7828ae9086ccbde9d2bb59306d'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/images/sprite.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/547f4ac27f2af74c9aa347eba23d6d01f69dca04 ', u'sha1Sum': '547f4ac27f2af74c9aa347eba23d6d01f69dca04'}, 'wordpress/wp-admin/network/setup.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ee8899f5a0094eebb0a4aecb4f517dcf73123f7d ', u'sha1Sum': 'ee8899f5a0094eebb0a4aecb4f517dcf73123f7d'}, 'wordpress/wp-admin/images/imgedit-icons-2x.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7bfffcc216ffb665330a82c6ab5d7b0b38603a99 ', u'sha1Sum': '7bfffcc216ffb665330a82c6ab5d7b0b38603a99'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/promises/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dca655c5ef06e357c4c2dc2a7d845619c1c35a21 ', u'sha1Sum': 'dca655c5ef06e357c4c2dc2a7d845619c1c35a21'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Exception/BadRequestException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c5121896471009e835e10bc7b3639dbc15c098f6 ', u'sha1Sum': 'c5121896471009e835e10bc7b3639dbc15c098f6'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Speech/Connection/ServiceDefinition/speech-v1beta1.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6dff9eadde608e5cb95239cd7d1ee19337918262 ', u'sha1Sum': '6dff9eadde608e5cb95239cd7d1ee19337918262'}, 'wordpress/wp-admin/user/menu.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e203e6289fccafd6b379126cc05366243391d0f8 ', u'sha1Sum': 'e203e6289fccafd6b379126cc05366243391d0f8'}, 'wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/46b688e7292f049738280a0109612e1e3f16955a ', u'sha1Sum': '46b688e7292f049738280a0109612e1e3f16955a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Logging/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3c84e926c1debc7a96f45f042a819820b70c508f ', u'sha1Sum': '3c84e926c1debc7a96f45f042a819820b70c508f'}, 'wordpress/wp-admin/network/about.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/13734aa0c658daef8617068caf6c13af5b3645ff ', u'sha1Sum': '13734aa0c658daef8617068caf6c13af5b3645ff'}, 'wordpress/wp-content/plugins/OAuth1-master/docs/introduction/OAuth-1.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4fa8bca98c734ada955c95146b73735dd6347442 ', u'sha1Sum': '4fa8bca98c734ada955c95146b73735dd6347442'}, 'wordpress/wp-includes/class-wp-oembed-controller.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ac4de2249e7615796c6f9b5264547de48f1e0ac8 ', u'sha1Sum': 'ac4de2249e7615796c6f9b5264547de48f1e0ac8'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/admin/settings-info.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/29d7594e82bc882071ef1d86925f561a377c52e0 ', u'sha1Sum': '29d7594e82bc882071ef1d86925f561a377c52e0'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Formatter/LineFormatterTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5a018233c49580d4930a209b7b7506f158d4644d ', u'sha1Sum': '5a018233c49580d4930a209b7b7506f158d4644d'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Datastore/DatastoreClient.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7a71624280e676c3ce0a77d8518b54b342186513 ', u'sha1Sum': '7a71624280e676c3ce0a77d8518b54b342186513'}, 'wordpress/wp-includes/SimplePie/Locator.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e6f19956ce82ac5450bb3480a3a13f9558919617 ', u'sha1Sum': 'e6f19956ce82ac5450bb3480a3a13f9558919617'}, 'wordpress/wp-includes/Requests/Exception/HTTP.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f85db1f7b8283b51172035abca5ed2cd54297fd6 ', u'sha1Sum': 'f85db1f7b8283b51172035abca5ed2cd54297fd6'}, 'wordpress/wp-includes/js/jquery/jquery.schedule.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/97b0fc3746f22412419ae9d90d06876f9a379d35 ', u'sha1Sum': '97b0fc3746f22412419ae9d90d06876f9a379d35'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/checkbox.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d7df7bbc7a927bad73d3bffd9a52987e65774b18 ', u'sha1Sum': 'd7df7bbc7a927bad73d3bffd9a52987e65774b18'}, 'wordpress/wp-includes/canonical.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b2695bfcf807655aee2fa34171540a3870a2c940 ', u'sha1Sum': 'b2695bfcf807655aee2fa34171540a3870a2c940'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Core/JsonTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fee618c82adb3e0d437c0eebf19298667b24a152 ', u'sha1Sum': 'fee618c82adb3e0d437c0eebf19298667b24a152'}, 'wordpress/wp-includes/js/colorpicker.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c578e0de8577520a81d75acb4a7466ee687c4a46 ', u'sha1Sum': 'c578e0de8577520a81d75acb4a7466ee687c4a46'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Storage/StreamWrapper.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/17d319ced5f398be2320ff6311e1281ee3c78251 ', u'sha1Sum': '17d319ced5f398be2320ff6311e1281ee3c78251'}, 'wordpress/wp-admin/post.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6e97170af7f99434c3d39c15c865675b09c22709 ', u'sha1Sum': '6e97170af7f99434c3d39c15c865675b09c22709'}, 'wordpress/wp-content/plugins/gcs/vendor/composer/autoload_psr4.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8d13af6adfbc758a8a48c5729019f690bbc04e39 ', u'sha1Sum': '8d13af6adfbc758a8a48c5729019f690bbc04e39'}, 'wordpress/wp-admin/network/profile.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c7d166028244be15ef9bcc876ce08a6976a190a5 ', u'sha1Sum': 'c7d166028244be15ef9bcc876ce08a6976a190a5'}, 'wordpress/wp-includes/class-wp-http-requests-response.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4c4ff675623cf15f8f55577f6dbe16bb6878d999 ', u'sha1Sum': '4c4ff675623cf15f8f55577f6dbe16bb6878d999'}, 'wordpress/wp-includes/images/crystal/code.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ff4412deaf2b55c110bf44e22e2af6d768c8b0cc ', u'sha1Sum': 'ff4412deaf2b55c110bf44e22e2af6d768c8b0cc'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/HttpHandler/HttpHandlerFactory.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/af87794ad76dfd1adbaf13eb4fd25565ef389c04 ', u'sha1Sum': 'af87794ad76dfd1adbaf13eb4fd25565ef389c04'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/fixtures/datastore/query-results.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2b7f84b3e8385b182c3d5c69c606557dd6123b0b ', u'sha1Sum': '2b7f84b3e8385b182c3d5c69c606557dd6123b0b'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/ExponentialBackoffTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/50c3f6233d8f90ca1481bee0aea56b0160ffa166 ', u'sha1Sum': '50c3f6233d8f90ca1481bee0aea56b0160ffa166'}, 'wordpress/wp-admin/css/colors/ectoplasm/colors.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a813e2fbb0304e1d526ad15e0cd2c2e8bdf6ac40 ', u'sha1Sum': 'a813e2fbb0304e1d526ad15e0cd2c2e8bdf6ac40'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/eac03733b41c5f9a8e85b9b3a6e0c2042f761722 ', u'sha1Sum': 'eac03733b41c5f9a8e85b9b3a6e0c2042f761722'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Vision/Annotation/Document.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9333a1acaa8c84b4e7d3e9166397d83685b55a79 ', u'sha1Sum': '9333a1acaa8c84b4e7d3e9166397d83685b55a79'}, 'wordpress/wp-includes/images/wlw/wp-comments.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/18fdbc43c4dabbaf0b3f6fa1b43c2f23ab515533 ', u'sha1Sum': '18fdbc43c4dabbaf0b3f6fa1b43c2f23ab515533'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/forms/post.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d88d50bd52c50f68835da73063b446df34638bb9 ', u'sha1Sum': 'd88d50bd52c50f68835da73063b446df34638bb9'}, 'wordpress/wp-admin/index.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/19f97b332a1d93dbe10c7d567edacc0fd236d673 ', u'sha1Sum': '19f97b332a1d93dbe10c7d567edacc0fd236d673'}, 'wordpress/wp-includes/images/crystal/archive.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/71dc7ecd42dcba864a9744b199330696a4cc566f ', u'sha1Sum': '71dc7ecd42dcba864a9744b199330696a4cc566f'}, 'wordpress/wp-includes/Requests/IDNAEncoder.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7e291c4eb74698116627311e5b27910789370694 ', u'sha1Sum': '7e291c4eb74698116627311e5b27910789370694'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/PubSub/Connection/RestTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f6c37e24f0a8a07cc87f8eba6b342a3f7b07f782 ', u'sha1Sum': 'f6c37e24f0a8a07cc87f8eba6b342a3f7b07f782'}, 'wordpress/wp-admin/images/date-button.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ae0948f666edd8a4b83be3a4a7cd0157cb9bfc35 ', u'sha1Sum': 'ae0948f666edd8a4b83be3a4a7cd0157cb9bfc35'}, 'wordpress/wp-includes/SimplePie/Decode/HTML/Entities.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/54d16c6ce0cb0ac430cce02bbecc5493fae80c9f ', u'sha1Sum': '54d16c6ce0cb0ac430cce02bbecc5493fae80c9f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Vision/Annotation/Face/LandmarksTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/82dd43067232ae908842bcef6ef9001e399392e2 ', u'sha1Sum': '82dd43067232ae908842bcef6ef9001e399392e2'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Speech/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/669a1e53b9dd9df3474300d3d959bb85bad75945 ', u'sha1Sum': '669a1e53b9dd9df3474300d3d959bb85bad75945'}, 'wordpress/wp-includes/class-simplepie.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e7439131592bcf4bbf4e4d035039c1ae1e54d5ce ', u'sha1Sum': 'e7439131592bcf4bbf4e4d035039c1ae1e54d5ce'}, 'wordpress/wp-includes/Requests/Exception/HTTP/305.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/76bd28ad379294214d36bb28403221d2fe144509 ', u'sha1Sum': '76bd28ad379294214d36bb28403221d2fe144509'}, 'wordpress/wp-includes/js/jquery/jquery.ui.touch-punch.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7e24d802fa52db547e437a5d92f21932bb858993 ', u'sha1Sum': '7e24d802fa52db547e437a5d92f21932bb858993'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/460317ea7aff977494bd37db7b3178e6e8e3f355 ', u'sha1Sum': '460317ea7aff977494bd37db7b3178e6e8e3f355'}, 'wordpress/wp-includes/images/rss-2x.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1103f8def8f60ca234621a6444ce4a37be1f94d5 ', u'sha1Sum': '1103f8def8f60ca234621a6444ce4a37be1f94d5'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/Connection/Grpc.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a6323577432df42c952f26b6a1484477c6ccd364 ', u'sha1Sum': 'a6323577432df42c952f26b6a1484477c6ccd364'}, 'wordpress/wp-content/plugins/OAuth1-master/assets/banner-772x250.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/58b30b9fef6139cec31f88b75794d7f1ee031b21 ', u'sha1Sum': '58b30b9fef6139cec31f88b75794d7f1ee031b21'}, 'wordpress/wp-admin/network/site-settings.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/075ac9e338e782d0d0f552ffff80a5bf0fcc77d0 ', u'sha1Sum': '075ac9e338e782d0d0f552ffff80a5bf0fcc77d0'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-fa_IR.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8b3284c4d6e228db9bdd36e905358c3a2bba9733 ', u'sha1Sum': '8b3284c4d6e228db9bdd36e905358c3a2bba9733'}, 'wordpress/wp-includes/session.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c7094e0e3f897fff4d60fb9d5574e56bac5836c5 ', u'sha1Sum': 'c7094e0e3f897fff4d60fb9d5574e56bac5836c5'}, 'wordpress/wp-admin/css/customize-widgets.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a680bb0074c9fada55de2251ebf824c44d66913a ', u'sha1Sum': 'a680bb0074c9fada55de2251ebf824c44d66913a'}, 'wordpress/wp-includes/js/jquery/ui/resizable.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d1791a321f481e1acd51554192680780e2c9b079 ', u'sha1Sum': 'd1791a321f481e1acd51554192680780e2c9b079'}, 'wordpress/wp-admin/includes/class-wp-post-comments-list-table.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/31209320ce7f91b2c4734519d39615e42471d557 ', u'sha1Sum': '31209320ce7f91b2c4734519d39615e42471d557'}, 'wordpress/wp-admin/plugin-editor.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cf9e16b84d70818d6f09c32d2910e688bb2956fa ', u'sha1Sum': 'cf9e16b84d70818d6f09c32d2910e688bb2956fa'}, 'wordpress/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bf9c08f0152faee69e7a4a044218bfdc45f4ed82 ', u'sha1Sum': 'bf9c08f0152faee69e7a4a044218bfdc45f4ed82'}, 'wordpress/wp-content/themes/twentyseventeen/assets/js/html5.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a5767b8325822da1212f702e79aea069747e4747 ', u'sha1Sum': 'a5767b8325822da1212f702e79aea069747e4747'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/cache/src/InvalidArgumentException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2eb03ecfa9e5eb5c52a7609de98f110873cd256f ', u'sha1Sum': '2eb03ecfa9e5eb5c52a7609de98f110873cd256f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/NaturalLanguage/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/669a1e53b9dd9df3474300d3d959bb85bad75945 ', u'sha1Sum': '669a1e53b9dd9df3474300d3d959bb85bad75945'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Logging/V2/resources/metrics_service_v2_client_config.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/efa88fbedb9cb80cb1848b8b916a9ed6e35d0d00 ', u'sha1Sum': 'efa88fbedb9cb80cb1848b8b916a9ed6e35d0d00'}, 'wordpress/wp-includes/js/wp-embed-template.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/61b151dc82a3cb490498c103283340784d17481e ', u'sha1Sum': '61b151dc82a3cb490498c103283340784d17481e'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Processor/ProcessIdProcessorTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/52fde3439a74ebe7f37e83a297b9a506d9aad757 ', u'sha1Sum': '52fde3439a74ebe7f37e83a297b9a506d9aad757'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Vision/Annotation/Web/WebImageTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/70abcee10e803c7c48ba31c59a7c7ce9e3ff1a60 ', u'sha1Sum': '70abcee10e803c7c48ba31c59a7c7ce9e3ff1a60'}, 'wordpress/wp-admin/css/deprecated-media-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ed72d19c69767e52b14fe2657cebfb9538fbe599 ', u'sha1Sum': 'ed72d19c69767e52b14fe2657cebfb9538fbe599'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Core/Iam/PolicyBuilder.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9ca969486ec1ade2e9f6b70d6675d47c2c99763c ', u'sha1Sum': '9ca969486ec1ade2e9f6b70d6675d47c2c99763c'}, 'wordpress/wp-admin/js/svg-painter.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c2a33a0e8200f593342ebf42db67d3e6933b068e ', u'sha1Sum': 'c2a33a0e8200f593342ebf42db67d3e6933b068e'}, 'wordpress/wp-includes/images/smilies/icon_wink.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dd6163541cd192c5a1d3d7686a7f5f4ec20c6b80 ', u'sha1Sum': 'dd6163541cd192c5a1d3d7686a7f5f4ec20c6b80'}, 'wordpress/wp-includes/feed-rss2-comments.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8e4bfdb8f2be07df81f695287e9c1de462ecdb4e ', u'sha1Sum': '8e4bfdb8f2be07df81f695287e9c1de462ecdb4e'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/SyslogHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8289a40b8fe17fabbf0ed39c6be567bf549fd5b2 ', u'sha1Sum': '8289a40b8fe17fabbf0ed39c6be567bf549fd5b2'}, 'wordpress/wp-includes/css/media-views.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/23455f2750345af0ba88569fcd5f2d41822b2958 ', u'sha1Sum': '23455f2750345af0ba88569fcd5f2d41822b2958'}, 'wordpress/wp-includes/class-wp-term-query.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/68404a4cf971f58cdfc9146c0da0b333ab26ca7d ', u'sha1Sum': '68404a4cf971f58cdfc9146c0da0b333ab26ca7d'}, 'wordpress/wp-admin/css/color-picker-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/acc49417915288b8593f41cd39761c2f550bdf91 ', u'sha1Sum': 'acc49417915288b8593f41cd39761c2f550bdf91'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/VERSION': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fe753b23556364128df95d2ef135d87743e9d4a7 ', u'sha1Sum': 'fe753b23556364128df95d2ef135d87743e9d4a7'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/SetStubConnectionTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bd8192180784a888b839a43ccd828cfee61dc640 ', u'sha1Sum': 'bd8192180784a888b839a43ccd828cfee61dc640'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/151c9f57ee50438445bef42246880514e31c54a1 ', u'sha1Sum': '151c9f57ee50438445bef42246880514e31c54a1'}, 'wordpress/wp-admin/images/wordpress-logo.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2a70dede12bcb275ce579db513a8e138a5d9ee94 ', u'sha1Sum': '2a70dede12bcb275ce579db513a8e138a5d9ee94'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/OAuth2Test.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1ad65945d4d99e9e2f27ea385105dda576537e57 ', u'sha1Sum': '1ad65945d4d99e9e2f27ea385105dda576537e57'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Logging/PsrLoggerCompatabilityTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/95716c60516a191aee0c89757a20aa35233526e2 ', u'sha1Sum': '95716c60516a191aee0c89757a20aa35233526e2'}, 'wordpress/wp-admin/includes/plugin.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fb917ecd43d299359eab22034952fb762adf2b2a ', u'sha1Sum': 'fb917ecd43d299359eab22034952fb762adf2b2a'}, 'wordpress/wp-admin/css/dashboard-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ba65309edb484b26a6a514c3522e27a4b153379f ', u'sha1Sum': 'ba65309edb484b26a6a514c3522e27a4b153379f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/NaturalLanguage/AnnotationTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2f250a699c4385d0f03baeec5ee196b59a771ace ', u'sha1Sum': '2f250a699c4385d0f03baeec5ee196b59a771ace'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-bg_BG.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/635de8ece8e48f140a4056494b73b26625a122e2 ', u'sha1Sum': '635de8ece8e48f140a4056494b73b26625a122e2'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Vision/Annotation/AbstractFeature.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ab4936187d22607dc48c9b966a8fec98e220a0cc ', u'sha1Sum': 'ab4936187d22607dc48c9b966a8fec98e220a0cc'}, 'wordpress/wp-content/themes/twentyseventeen/assets/js/customize-preview.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/148fe2f7e74ad22d85f83ea4657df668ab1e41d1', u'sha1Sum': '148fe2f7e74ad22d85f83ea4657df668ab1e41d1'}, 'wordpress/wp-includes/SimplePie/Cache/DB.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2038efef1f7cfe5c26b6c733b17261d8855aa0d0', u'sha1Sum': '2038efef1f7cfe5c26b6c733b17261d8855aa0d0'}, 'wordpress/wp-includes/js/customize-models.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/808fcfac89bf598aad464083368886439d049f20', u'sha1Sum': '808fcfac89bf598aad464083368886439d049f20'}, 'wordpress/wp-includes/js/jquery/jquery.hotkeys.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/99a8a511e9b96df7d6550fff0bb16fc31986b978', u'sha1Sum': '99a8a511e9b96df7d6550fff0bb16fc31986b978'}, 'wordpress/wp-admin/includes/class-wp-terms-list-table.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6819f58595376d456bf353048efe93c1efe47c64', u'sha1Sum': '6819f58595376d456bf353048efe93c1efe47c64'}, 'wordpress/wp-admin/js/svg-painter.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/593f8345b162655fa8455d283aed7acddd3cc79a', u'sha1Sum': '593f8345b162655fa8455d283aed7acddd3cc79a'}, 'wordpress/wp-content/themes/twentyseventeen/assets/images/header.jpg': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c185138e7304e999ad9c49bbd3818b686077bac3', u'sha1Sum': 'c185138e7304e999ad9c49bbd3818b686077bac3'}, 'wordpress/wp-admin/js/custom-background.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dc311e7da23563ea397375f699f91bd819574d7f', u'sha1Sum': 'dc311e7da23563ea397375f699f91bd819574d7f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Speech/V1beta1/resources/speech_client_config.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/492762d698d28b4ad2cf28050b4068191bf0b35e', u'sha1Sum': '492762d698d28b4ad2cf28050b4068191bf0b35e'}, 'wordpress/wp-content/themes/twentyseventeen/assets/js/customize-controls.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/cdfb23880e612bcf787d8b90bf94a2ae038f50b0', u'sha1Sum': 'cdfb23880e612bcf787d8b90bf94a2ae038f50b0'}, 'wordpress/wp-content/plugins/appengine-wordpress-plugin/modules/uploads.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/082e437bf71d0d357664cba4c4db426f66316146', u'sha1Sum': '082e437bf71d0d357664cba4c4db426f66316146'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/ErrorReporting/V1beta1/ErrorGroupServiceClient.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/750b388a8a407433eed490a001f50cea4b9df14d', u'sha1Sum': '750b388a8a407433eed490a001f50cea4b9df14d'}, 'wordpress/wp-includes/js/tinymce/wp-tinymce.js.gz': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2e94d679779001756a84382ae909a0f7394aea9d', u'sha1Sum': '2e94d679779001756a84382ae909a0f7394aea9d'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/BigQuery/VERSION': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fe753b23556364128df95d2ef135d87743e9d4a7', u'sha1Sum': 'fe753b23556364128df95d2ef135d87743e9d4a7'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1e1ef23ecee365331c9b05227d20ee35ab88a325', u'sha1Sum': '1e1ef23ecee365331c9b05227d20ee35ab88a325'}, 'wordpress/wp-admin/css/colors/light/colors.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/afbce5a0dd58fa492d3db2ffddf6c9bb9cea1699', u'sha1Sum': 'afbce5a0dd58fa492d3db2ffddf6c9bb9cea1699'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/fixtures/vision/face-landmarks.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/41a642bbc4d5aa014446e35f3cabd28262c4725d', u'sha1Sum': '41a642bbc4d5aa014446e35f3cabd28262c4725d'}, 'wordpress/wp-admin/includes/class-walker-nav-menu-edit.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/759e14ed48b6db7faa051dba1c829e0efcaaaf6f', u'sha1Sum': '759e14ed48b6db7faa051dba1c829e0efcaaaf6f'}, 'wordpress/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/941411529f26a32159c6a613ff40ba3e08d1f59b', u'sha1Sum': '941411529f26a32159c6a613ff40ba3e08d1f59b'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/skin.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4eb49b48fd530a25556c91dba5e3d2ad97f6a1da', u'sha1Sum': '4eb49b48fd530a25556c91dba5e3d2ad97f6a1da'}, 'wordpress/wp-includes/rest-api/class-wp-rest-response.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b8bfb88278aae83073e4785d8216e9f122cdb6ed', u'sha1Sum': 'b8bfb88278aae83073e4785d8216e9f122cdb6ed'}, 'wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/186eb423544fcaa1180778279b0ac21dcc648fbc', u'sha1Sum': '186eb423544fcaa1180778279b0ac21dcc648fbc'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/BigQuery/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/be3d43a01fc1646b30c65b08b042d9ae8beda81c', u'sha1Sum': 'be3d43a01fc1646b30c65b08b042d9ae8beda81c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/ApplicationDefaultCredentials.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2f7ce8cd7f73020bc3a8e2355a19ce38aef4ead5', u'sha1Sum': '2f7ce8cd7f73020bc3a8e2355a19ce38aef4ead5'}, 'wordpress/wp-activate.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0d6003f8cda4122c8894cc2aad7a7964a50bdd4f', u'sha1Sum': '0d6003f8cda4122c8894cc2aad7a7964a50bdd4f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Speech/Connection/ConnectionInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/eb56bee35188a6171e141a90f643e2221294ceb9', u'sha1Sum': 'eb56bee35188a6171e141a90f643e2221294ceb9'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/eb157ac36b917590833a895b8b38d3be72c41bf3', u'sha1Sum': 'eb157ac36b917590833a895b8b38d3be72c41bf3'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/DocGenerator/TableOfContents.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/50a52514928ab13545147db122897e0a18f39f7a', u'sha1Sum': '50a52514928ab13545147db122897e0a18f39f7a'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7a92cd48a5c927e51b52bad7da5da6a8b67dd559', u'sha1Sum': '7a92cd48a5c927e51b52bad7da5da6a8b67dd559'}, 'wordpress/wp-admin/images/xit-2x.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6eda7f65e9f79a53b55fb361195a7d34c394f49d', u'sha1Sum': '6eda7f65e9f79a53b55fb361195a7d34c394f49d'}, 'wordpress/wp-includes/random_compat/error_polyfill.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3a172c5ecc4d0dca6c95e8e8f011cdf8450ae51c', u'sha1Sum': '3a172c5ecc4d0dca6c95e8e8f011cdf8450ae51c'}, 'wordpress/wp-content/plugins/gcs/vendor/firebase/php-jwt/src/BeforeValidException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c536fd6b5c74d28d7c827802b8e6a23bac7b70f2', u'sha1Sum': 'c536fd6b5c74d28d7c827802b8e6a23bac7b70f2'}, 'move_files_after_editing.sh': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9fb92a3f919f6aa88313c02dbc63f9f64d01f1cf', u'sha1Sum': '9fb92a3f919f6aa88313c02dbc63f9f64d01f1cf'}, 'wordpress/wp-includes/Text/Diff/Engine/xdiff.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/09b106975efeb8735a0d934b813af309f12e62bc', u'sha1Sum': '09b106975efeb8735a0d934b813af309f12e62bc'}, 'wordpress/wp-admin/css/colors/blue/colors.scss': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2bd89fd69daff68f36085957f5fb952af9e3a771', u'sha1Sum': '2bd89fd69daff68f36085957f5fb952af9e3a771'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f4bfaa01a1220160290bd9038ce128c886f39f1a', u'sha1Sum': 'f4bfaa01a1220160290bd9038ce128c886f39f1a'}, 'wordpress/wp-admin/themes.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9af4706515be166f2c2f91824c863619e9bcf99b', u'sha1Sum': '9af4706515be166f2c2f91824c863619e9bcf99b'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-sk_SK.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a6516fc716bef2550399b6ed1a1ed13897d31111', u'sha1Sum': 'a6516fc716bef2550399b6ed1a1ed13897d31111'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/oembed.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b57958a4dab1ae18cbaecd18f9fda112e3aa1952', u'sha1Sum': 'b57958a4dab1ae18cbaecd18f9fda112e3aa1952'}, 'wordpress/wp-includes/rest-api/class-wp-rest-request.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/216b138570a60c7d0d5b2b14735d44a1e55ed7a6', u'sha1Sum': '216b138570a60c7d0d5b2b14735d44a1e55ed7a6'}, 'wordpress/wp-includes/embed.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/378363cf8102bb22dcaee67ecd000ec395ca4c36', u'sha1Sum': '378363cf8102bb22dcaee67ecd000ec395ca4c36'}, 'wordpress/wp-admin/css/farbtastic.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e4736f981880967414bca92afd50318051132af5', u'sha1Sum': 'e4736f981880967414bca92afd50318051132af5'}, 'wordpress/wp-content/plugins/WP-API-CORS-master/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5e8ce17e3ef6c7bd5040ca12d2c16eb8e7097d03', u'sha1Sum': '5e8ce17e3ef6c7bd5040ca12d2c16eb8e7097d03'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c29001531d1993d364ec59c26e9c1f6835b39cd3', u'sha1Sum': 'c29001531d1993d364ec59c26e9c1f6835b39cd3'}, 'wordpress/wp-includes/images/xit.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5a50da9734be741c6cf7ec51e0e5c7a2744215d1', u'sha1Sum': '5a50da9734be741c6cf7ec51e0e5c7a2744215d1'}, 'wordpress/wp-admin/options-head.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6ce48923e70c1b8c6433b5ae5f67bb0203f58550', u'sha1Sum': '6ce48923e70c1b8c6433b5ae5f67bb0203f58550'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Processor/GitProcessorTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/51c5c1b3020a1e0e1c0fab6f14c16c9474ebe5c4', u'sha1Sum': '51c5c1b3020a1e0e1c0fab6f14c16c9474ebe5c4'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-de_CH.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f7d47dec30eed30adcb174b3cb5228f1aac2e4a3', u'sha1Sum': 'f7d47dec30eed30adcb174b3cb5228f1aac2e4a3'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/BigQuery/BytesTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/30a3cb8a8689acf1718ce2084c23422771ed4a4f', u'sha1Sum': '30a3cb8a8689acf1718ce2084c23422771ed4a4f'}, 'wordpress/wp-includes/ms-blogs.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/49a76f47d25c01a6d11c75ef85ab2100aac09ccc', u'sha1Sum': '49a76f47d25c01a6d11c75ef85ab2100aac09ccc'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Upload/MultipartUploader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1ba19dfb8f38d514078fe1392f7fe99ca157790e', u'sha1Sum': '1ba19dfb8f38d514078fe1392f7fe99ca157790e'}, 'wordpress/wp-includes/js/jquery/ui/effect-size.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/929b54a42d2c158d9ba6efced20bb8b3a6072ee0', u'sha1Sum': '929b54a42d2c158d9ba6efced20bb8b3a6072ee0'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Exception/ServiceException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/15f300a3cdb4161c3970d05622c946fdcff3291b', u'sha1Sum': '15f300a3cdb4161c3970d05622c946fdcff3291b'}, 'wordpress/wp-admin/css/press-this.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/99beb2ab4b07a4b5dbe06ea87be25ee74b9625b2', u'sha1Sum': '99beb2ab4b07a4b5dbe06ea87be25ee74b9625b2'}, 'wordpress/wp-content/plugins/wp-multibyte-patch/wpmp-load.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/96448e014afacbef688dbd478a5692dd89281312', u'sha1Sum': '96448e014afacbef688dbd478a5692dd89281312'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/Connection/Rest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/589c5143ad4fcea21ecd3fe543b0df9775b4fb54', u'sha1Sum': '589c5143ad4fcea21ecd3fe543b0df9775b4fb54'}, 'wordpress/wp-admin/includes/ms-deprecated.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c9fe464f8af6298ffb355d96d63d49b150b1b829', u'sha1Sum': 'c9fe464f8af6298ffb355d96d63d49b150b1b829'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-de_DE.mo': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/787bdcf33ca342143b503513d647618268a8aded', u'sha1Sum': '787bdcf33ca342143b503513d647618268a8aded'}, 'wordpress/wp-content/themes/twentyseventeen/style.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c123118307417313b69066d273abef2eba26db2d', u'sha1Sum': 'c123118307417313b69066d273abef2eba26db2d'}, 'wordpress/wp-includes/Requests/SSL.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/660fa9fb8b564e22019732e7f8f215aaaeace89c', u'sha1Sum': '660fa9fb8b564e22019732e7f8f215aaaeace89c'}, 'wordpress/wp-admin/options-media.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0a3fbaf8e1cfc25d6d85c3c09d9cb003da0f559f', u'sha1Sum': '0a3fbaf8e1cfc25d6d85c3c09d9cb003da0f559f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/sh/split': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fa3ba01fa02a2b0c9b4c6fc52626528a8a7e946e', u'sha1Sum': 'fa3ba01fa02a2b0c9b4c6fc52626528a8a7e946e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Core/Logger/AppEngineFlexFormatter.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8917d25bf18f8ff16e9c07c6057752faac4df847', u'sha1Sum': '8917d25bf18f8ff16e9c07c6057752faac4df847'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/cache/src/CacheItemPoolInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1581bee49eb4adac908e0e2c01921181ad838916', u'sha1Sum': '1581bee49eb4adac908e0e2c01921181ad838916'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/03d6c316425ae0d0a2e15aee939d926c857db732', u'sha1Sum': '03d6c316425ae0d0a2e15aee939d926c857db732'}, 'wordpress/wp-includes/js/comment-reply.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5bf5c0a61359d8784c950b059e013aceea0d42f1', u'sha1Sum': '5bf5c0a61359d8784c950b059e013aceea0d42f1'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Core/PhpArray.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8278a4aa518e066058c8098fd387aa5d57e403c5', u'sha1Sum': '8278a4aa518e066058c8098fd387aa5d57e403c5'}, 'wordpress/wp-includes/Text/Diff/Engine/shell.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0e0cd95157f17738be79c7e7211663f45ebe13b8', u'sha1Sum': '0e0cd95157f17738be79c7e7211663f45ebe13b8'}, 'wordpress/wp-includes/js/wp-util.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/297a768e2b68c8db53d4ac0f6a77396cbc8816a9', u'sha1Sum': '297a768e2b68c8db53d4ac0f6a77396cbc8816a9'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f13c8cae4c0f21b35a24ddbb4f1673c939951bf8', u'sha1Sum': 'f13c8cae4c0f21b35a24ddbb4f1673c939951bf8'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/Connection/IamTopic.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1eaba57ab4c90d933186cc6a5f56fb7419033ebc', u'sha1Sum': '1eaba57ab4c90d933186cc6a5f56fb7419033ebc'}, 'wordpress/wp-includes/default-constants.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1d293a26309f6b5d936f3784983dc39fa1924eed', u'sha1Sum': '1d293a26309f6b5d936f3784983dc39fa1924eed'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/docs/contents/cloud-bigquery.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b81ca68d2a4c38fee5876da51c2bbaa185210e09', u'sha1Sum': 'b81ca68d2a4c38fee5876da51c2bbaa185210e09'}, 'wordpress/wp-admin/css/press-this-editor.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a998847daeb066ea706583fb016fb8dc15ba34c9', u'sha1Sum': 'a998847daeb066ea706583fb016fb8dc15ba34c9'}, 'wordpress/wp-includes/widgets.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7b490e52d6bbb33123fc0bff5604d30ad3fc0963', u'sha1Sum': '7b490e52d6bbb33123fc0bff5604d30ad3fc0963'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c1e5a8d07ce9fbffcc589d0d1f8afcdbbb29053a', u'sha1Sum': 'c1e5a8d07ce9fbffcc589d0d1f8afcdbbb29053a'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1ed86133439c0efa4295c6c185fc14b3b907f118', u'sha1Sum': '1ed86133439c0efa4295c6c185fc14b3b907f118'}, 'wordpress/wp-admin/css/install.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3c5acb55073940d23596fddaba39032718a3a7cf', u'sha1Sum': '3c5acb55073940d23596fddaba39032718a3a7cf'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/MessageTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9ba25e75be8a4a8e65ef4f1f1644c1f83a71c581', u'sha1Sum': '9ba25e75be8a4a8e65ef4f1f1644c1f83a71c581'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/docs/contents/cloud-logging.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/051192aebc1f510a496e3c1282d43bda0dff8e81', u'sha1Sum': '051192aebc1f510a496e3c1282d43bda0dff8e81'}, 'wordpress/wp-admin/setup-config.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ce4a42bfd5978ff3fe85be0e33299abf18188170', u'sha1Sum': 'ce4a42bfd5978ff3fe85be0e33299abf18188170'}, 'wordpress/wp-includes/query.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bdddae0d39c8111331e8cb392e8ae202603e77d4', u'sha1Sum': 'bdddae0d39c8111331e8cb392e8ae202603e77d4'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-field-conditional-logic.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f0183966f1b538ea581397944d8bac51ed0855ae', u'sha1Sum': 'f0183966f1b538ea581397944d8bac51ed0855ae'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/62919a839ab9f028a266575283ff3aa9ee83d342', u'sha1Sum': '62919a839ab9f028a266575283ff3aa9ee83d342'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/assets/font/acf.woff': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/76fb34ef1aaa2eaddb5d1a028c1f05b73b6fda22', u'sha1Sum': '76fb34ef1aaa2eaddb5d1a028c1f05b73b6fda22'}, 'wordpress/wp-includes/Requests/Response/Headers.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/20035a1c3d0dc53c5ec461125c74503461dcc997', u'sha1Sum': '20035a1c3d0dc53c5ec461125c74503461dcc997'}, 'wordpress/wp-includes/js/colorpicker.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fca1afeeb68155b692d9245be929f22931545dc6', u'sha1Sum': 'fca1afeeb68155b692d9245be929f22931545dc6'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/NaturalLanguage/NaturalLanguageClientTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fa7bb5347bb3e4fcbdf0d2530453fcab277b9e3f', u'sha1Sum': 'fa7bb5347bb3e4fcbdf0d2530453fcab277b9e3f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/bootstrap.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2b566bd41b8cad84f231afaa19feefe50bb8078a', u'sha1Sum': '2b566bd41b8cad84f231afaa19feefe50bb8078a'}, 'wordpress/wp-admin/link.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/812cddba3aea3f1978982a92f11e2c6839f41f19', u'sha1Sum': '812cddba3aea3f1978982a92f11e2c6839f41f19'}, 'wordpress/wp-admin/network/site-new.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/72845a67125abbddd41636b9f09a2bfbde123be6', u'sha1Sum': '72845a67125abbddd41636b9f09a2bfbde123be6'}, 'wordpress/wp-content/plugins/OAuth1-master/bin/release.sh': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1fc9af3197e8ab4c51dff6e45647737aa31ce7bc', u'sha1Sum': '1fc9af3197e8ab4c51dff6e45647737aa31ce7bc'}, 'wordpress/wp-admin/includes/deprecated.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/911fa07bdc274a0f512ff4aa35ec31c85630d06c', u'sha1Sum': '911fa07bdc274a0f512ff4aa35ec31c85630d06c'}, 'wordpress/wp-includes/js/quicktags.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/862d4e7fb31d1c4ddd228941c4e847fb368ff7e9', u'sha1Sum': '862d4e7fb31d1c4ddd228941c4e847fb368ff7e9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Datastore/DatastoreTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/74d87cb22f53c999112cbe6c3970643276166625', u'sha1Sum': '74d87cb22f53c999112cbe6c3970643276166625'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/Datastore/GeoPointTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/965a7864ba3f6e8b32d76e67b3bad406e6fea925', u'sha1Sum': '965a7864ba3f6e8b32d76e67b3bad406e6fea925'}, 'wordpress/wp-includes/css/wp-pointer-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b2d5c2d0fe7326071be6943be74d5dd2e468cf5d', u'sha1Sum': 'b2d5c2d0fe7326071be6943be74d5dd2e468cf5d'}, 'wordpress/wp-admin/js/comment.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2a1c0bc2586b5a260a7a5e57932880976259b031', u'sha1Sum': '2a1c0bc2586b5a260a7a5e57932880976259b031'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Iam/IamTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3e142e535d808d8819228916afbc3a5c50fef3dc', u'sha1Sum': '3e142e535d808d8819228916afbc3a5c50fef3dc'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/Message.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6c3f29696407b4bd833ad0149bd55e6cec4e0a63', u'sha1Sum': '6c3f29696407b4bd833ad0149bd55e6cec4e0a63'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/BigQuery/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0283771b7c6047bcb62d43b53d16e27ab54cb24f', u'sha1Sum': '0283771b7c6047bcb62d43b53d16e27ab54cb24f'}, 'wordpress/wp-content/themes/twentyseventeen/template-parts/header/header-image.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/bb6b5e9f11dbd65b2a63201e29fb29e2d787d75c', u'sha1Sum': 'bb6b5e9f11dbd65b2a63201e29fb29e2d787d75c'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/log/Psr/Log/LoggerTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/38ed6895f1b9a6766b1f9dd739bee9ad1c378f83', u'sha1Sum': '38ed6895f1b9a6766b1f9dd739bee9ad1c378f83'}, 'wordpress/wp-includes/class.wp-scripts.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/445780d2c9a7273dd1fd24a089508c207eb9eeab', u'sha1Sum': '445780d2c9a7273dd1fd24a089508c207eb9eeab'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Datastore/Operation.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c9925ac7c24f5608c8a4ef0b6ef52d7e5693714b', u'sha1Sum': 'c9925ac7c24f5608c8a4ef0b6ef52d7e5693714b'}, 'wordpress/wp-includes/js/media-audiovideo.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a5df04aa9e82e3094e2ef1cdf9e64c51f3f1e050', u'sha1Sum': 'a5df04aa9e82e3094e2ef1cdf9e64c51f3f1e050'}, 'wordpress/wp-admin/images/media-button-image.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/193ac4bcb1ab85eedb70661e96386fa3de215bda', u'sha1Sum': '193ac4bcb1ab85eedb70661e96386fa3de215bda'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/core/fields.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f65fd9f4f634b339abee5d4480b3c354dbd31823', u'sha1Sum': 'f65fd9f4f634b339abee5d4480b3c354dbd31823'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-fa_IR.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/af91eb6f5baffe65eecbbed2b80a12f09059318b', u'sha1Sum': 'af91eb6f5baffe65eecbbed2b80a12f09059318b'}, 'wordpress/wp-includes/js/tinymce/plugins/media/plugin.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e3e9458c412a03581395efbb94181acb2857dec9', u'sha1Sum': 'e3e9458c412a03581395efbb94181acb2857dec9'}, 'wordpress/wp-includes/js/imgareaselect/jquery.imgareaselect.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8b434857007fc269fa5344ef358a714c54fb1a90', u'sha1Sum': '8b434857007fc269fa5344ef358a714c54fb1a90'}, 'wordpress/wp-includes/class-wp-comment.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/42f14e205b7b658badc2110a6629573a3a25c18c', u'sha1Sum': '42f14e205b7b658badc2110a6629573a3a25c18c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Logging/Connection/RestTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/74de9dfc6f4278d29b3047f65ce041dd2027a8d8', u'sha1Sum': '74de9dfc6f4278d29b3047f65ce041dd2027a8d8'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/390c4523e025258cfc1b005978fd908995027be1', u'sha1Sum': '390c4523e025258cfc1b005978fd908995027be1'}, 'wordpress/wp-includes/Requests/Exception/HTTP/409.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7a7258a4152feaa0d78353c74cdfdfc64a98db1b', u'sha1Sum': '7a7258a4152feaa0d78353c74cdfdfc64a98db1b'}, 'wordpress/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/578c57d1ddcaff8c3aef3cb692ec25a75de75986', u'sha1Sum': '578c57d1ddcaff8c3aef3cb692ec25a75de75986'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/fixtures2/private.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1a2830e3dec9b664c40f5ff38e528e26c97c3ce6', u'sha1Sum': '1a2830e3dec9b664c40f5ff38e528e26c97c3ce6'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/phpunit.xml.dist': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/52b4f8c0c45f944180cbc8208157688112da0fc6', u'sha1Sum': '52b4f8c0c45f944180cbc8208157688112da0fc6'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/31562bc02e4437e0ae822b7cf9f4665f2b23db20', u'sha1Sum': '31562bc02e4437e0ae822b7cf9f4665f2b23db20'}, 'wordpress/wp-content/plugins/gcs/vendor/rize/uri-template/test/fixtures/spec-examples.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/56d3c11a48976dc6f6779ab026562938674ccf7f', u'sha1Sum': '56d3c11a48976dc6f6779ab026562938674ccf7f'}, 'wordpress/wp-admin/js/accordion.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3d4ef3b7710203e7b7a5652e133891e295ad55e6', u'sha1Sum': '3d4ef3b7710203e7b7a5652e133891e295ad55e6'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Storage/ReadStreamTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8a4e84991c40f60c645ff8f25b6b621ab09aa1f4', u'sha1Sum': '8a4e84991c40f60c645ff8f25b6b621ab09aa1f4'}, 'wordpress/wp-includes/js/plupload/plupload.silverlight.xap': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/600ec0558fcfcbc27e6b4fd1b6cec8e3e8c0d323', u'sha1Sum': '600ec0558fcfcbc27e6b4fd1b6cec8e3e8c0d323'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/Storage/StreamWrapper/RenameTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3c4d43c96ce4b71411c764f35208665b97a7922f', u'sha1Sum': '3c4d43c96ce4b71411c764f35208665b97a7922f'}, 'wordpress/wp-admin/js/farbtastic.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2217c3692c7b87fff762b6f247ad0601fb7d379f', u'sha1Sum': '2217c3692c7b87fff762b6f247ad0601fb7d379f'}, 'wordpress/wp-content/plugins/wp-multibyte-patch/wplink.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/358daa4153216c4e1c665580ff00449fecaff20a', u'sha1Sum': '358daa4153216c4e1c665580ff00449fecaff20a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/BigQuery/TimeTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fecb1a8137fe975ae5296aee18259d22798b402c', u'sha1Sum': 'fecb1a8137fe975ae5296aee18259d22798b402c'}, 'wordpress/wp-admin/css/forms-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0395ca46f042c6cea201bf38198e1b93eaaa6f06', u'sha1Sum': '0395ca46f042c6cea201bf38198e1b93eaaa6f06'}, 'wordpress/wp-includes/js/jquery/jquery-migrate.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/90532aff6d4121954254cdf04994d834f7ec169b', u'sha1Sum': '90532aff6d4121954254cdf04994d834f7ec169b'}, 'wordpress/wp-content/themes/twentyseventeen/inc/back-compat.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/754c68b3e12c7081ea7a9e444f42fc28dcb5d6c7', u'sha1Sum': '754c68b3e12c7081ea7a9e444f42fc28dcb5d6c7'}, 'wordpress/wp-includes/js/utils.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e0c3df94d53c33ca84527c827485e2737f621355', u'sha1Sum': 'e0c3df94d53c33ca84527c827485e2737f621355'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Formatter/MongoDBFormatterTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/eec8b81157e9dc4d3cf34a9e33bc72a14a55f515', u'sha1Sum': 'eec8b81157e9dc4d3cf34a9e33bc72a14a55f515'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9c4a139b644c972912cba4615c4c6df15a3ffd79', u'sha1Sum': '9c4a139b644c972912cba4615c4c6df15a3ffd79'}, 'wordpress/wp-content/themes/twentyseventeen/assets/css/editor-style.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/08afc569d6c51f1220efb25fe16f506bce1fa5e3', u'sha1Sum': '08afc569d6c51f1220efb25fe16f506bce1fa5e3'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c864171782e4506e45cb61593de1e05a99d6168c', u'sha1Sum': 'c864171782e4506e45cb61593de1e05a99d6168c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/COPYING': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/17a70f2436d2bc87e910ebfcd527d1cfe9c26cfc', u'sha1Sum': '17a70f2436d2bc87e910ebfcd527d1cfe9c26cfc'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Vision/Connection/Rest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c96755fb8407112c4b8143880cbf4d397699300f', u'sha1Sum': 'c96755fb8407112c4b8143880cbf4d397699300f'}, 'wordpress/wp-includes/js/hoverIntent.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/232d13b913e8224e223c09e8bec65a62f378eeda', u'sha1Sum': '232d13b913e8224e223c09e8bec65a62f378eeda'}, 'wordpress/wp-load.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ce530522a7a633192785044c42591cdf79fb6a2e', u'sha1Sum': 'ce530522a7a633192785044c42591cdf79fb6a2e'}, 'wordpress/wp-admin/custom-background.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/38446715ad43d24431005e101b2011b931eceb04', u'sha1Sum': '38446715ad43d24431005e101b2011b931eceb04'}, 'wordpress/wp-content/plugins/gcs/vendor/rize/uri-template/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/461060b4bb90adef045693b5e84a96c60e5323bb', u'sha1Sum': '461060b4bb90adef045693b5e84a96c60e5323bb'}, 'wordpress/wp-admin/css/wp-admin.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a2d983ff4096c8e9c5edb79c12696232b54f7506', u'sha1Sum': 'a2d983ff4096c8e9c5edb79c12696232b54f7506'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/Snippet/Coverage/Coverage.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e4c3b1494fc1d52f1d4c16187b1886672c5692a8', u'sha1Sum': 'e4c3b1494fc1d52f1d4c16187b1886672c5692a8'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/Cache/ItemTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d5afe94768506b13ee5c3167b1205db40a7afe26', u'sha1Sum': 'd5afe94768506b13ee5c3167b1205db40a7afe26'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/Middleware/SimpleMiddlewareTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/406fc79010f261b82df2697102a7640a5c84f235', u'sha1Sum': '406fc79010f261b82df2697102a7640a5c84f235'}, 'wordpress/wp-admin/css/customize-nav-menus.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/46eaeb26aeea3ea09b55bfc5d391992583acb351', u'sha1Sum': '46eaeb26aeea3ea09b55bfc5d391992583acb351'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/PhpArrayTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e3031c95ca773ee51cef293597f9535ce560ea06', u'sha1Sum': 'e3031c95ca773ee51cef293597f9535ce560ea06'}, 'wordpress/wp-admin/images/post-formats.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/775100f74ef64182c78b625dbd7965fe59e05e39', u'sha1Sum': '775100f74ef64182c78b625dbd7965fe59e05e39'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/promises/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5b9435ff335cb91c1164ef83d66fa4abf4b46e20', u'sha1Sum': '5b9435ff335cb91c1164ef83d66fa4abf4b46e20'}, 'wordpress/wp-includes/js/wp-emoji-release.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/41160d8f40b23990a9911fad0efae19eff4672c4', u'sha1Sum': '41160d8f40b23990a9911fad0efae19eff4672c4'}, 'wordpress/wp-includes/js/tinymce/skins/wordpress/images/gallery.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f57c916ac11e18bc795028160001b80545c4f6c0', u'sha1Sum': 'f57c916ac11e18bc795028160001b80545c4f6c0'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Datastore/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/669a1e53b9dd9df3474300d3d959bb85bad75945', u'sha1Sum': '669a1e53b9dd9df3474300d3d959bb85bad75945'}, 'wordpress/wp-includes/js/mediaelement/background.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5ccc08a070eea534c880ba63aadbbdea4b4ec947', u'sha1Sum': '5ccc08a070eea534c880ba63aadbbdea4b4ec947'}, 'wordpress/wp-content/plugins/OAuth1-master/docs/introduction/README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/12cf125ed751491db99a076d44db1a62084af9d0', u'sha1Sum': '12cf125ed751491db99a076d44db1a62084af9d0'}, 'wordpress/wp-content/plugins/gcs/vendor/firebase/php-jwt/package.xml': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b83417d3a348412923c3c984f7e6f55c873bec17', u'sha1Sum': 'b83417d3a348412923c3c984f7e6f55c873bec17'}, 'wordpress/wp-admin/css/customize-controls-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/417448df332359b5d315231422cd53cd35356f18', u'sha1Sum': '417448df332359b5d315231422cd53cd35356f18'}, 'wordpress/wp-admin/network/update-core.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f822de0ec3d1dec419f0d97fa9860a4e3b1bf60e', u'sha1Sum': 'f822de0ec3d1dec419f0d97fa9860a4e3b1bf60e'}, 'wordpress/wp-admin/user/index.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/39df81eda7ba5714599983290672c6771e7f91cb', u'sha1Sum': '39df81eda7ba5714599983290672c6771e7f91cb'}, 'wordpress/wp-includes/js/customize-views.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/38f2b84b5374876ca70b9434ef3f951ad1762518', u'sha1Sum': '38f2b84b5374876ca70b9434ef3f951ad1762518'}, 'wordpress/wp-includes/widgets/class-wp-widget-rss.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/eda3574e9aef62edaa5881fd8c6e751cd82232f9', u'sha1Sum': 'eda3574e9aef62edaa5881fd8c6e751cd82232f9'}, 'wordpress/wp-admin/css/edit-rtl.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7fe3376764352b494b158335f205581569e77cbc', u'sha1Sum': '7fe3376764352b494b158335f205581569e77cbc'}, 'wordpress/wp-admin/js/editor.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/136ef1d1fd146b771e6c4617534bda356cb37469', u'sha1Sum': '136ef1d1fd146b771e6c4617534bda356cb37469'}, 'wordpress/wp-content/object-cache.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/da885cf016ddcfc57cede1e2fd67ad9bedcbc32a', u'sha1Sum': 'da885cf016ddcfc57cede1e2fd67ad9bedcbc32a'}, 'wordpress/wp-includes/js/tinymce/plugins/wpembed/plugin.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4aad17264ea9dc5404a68be1240789cf59541784', u'sha1Sum': '4aad17264ea9dc5404a68be1240789cf59541784'}, 'wordpress/wp-admin/about.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e2006dc65fee9c77ad1ab1600b00e0cffb7fb001', u'sha1Sum': 'e2006dc65fee9c77ad1ab1600b00e0cffb7fb001'}, 'wordpress/wp-includes/random_compat/random_bytes_libsodium.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8d3c3da0e7d17be56ac30c6f95da46a36886a5e1', u'sha1Sum': '8d3c3da0e7d17be56ac30c6f95da46a36886a5e1'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Storage/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/669a1e53b9dd9df3474300d3d959bb85bad75945', u'sha1Sum': '669a1e53b9dd9df3474300d3d959bb85bad75945'}, 'wordpress/wp-admin/images/sort-2x.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/65c7171590a9094e97d5d0ea3a5fe3fb7d9100c5', u'sha1Sum': '65c7171590a9094e97d5d0ea3a5fe3fb7d9100c5'}, 'wordpress/wp-admin/js/post.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d32a2f69174ea64d467d0c4cafd08154cbd681f9', u'sha1Sum': 'd32a2f69174ea64d467d0c4cafd08154cbd681f9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/docs/contents/google-cloud.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7e3f1ac6bdf62d73e5e6b6098a91b8c6e3f3212e', u'sha1Sum': '7e3f1ac6bdf62d73e5e6b6098a91b8c6e3f3212e'}, 'wordpress/wp-content/plugins/gcs/vendor/psr/http-message/src/ResponseInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/00593c5ed88c411142374b8477ec403c14d91e73', u'sha1Sum': '00593c5ed88c411142374b8477ec403c14d91e73'}, 'wordpress/wp-config.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a8e8aebc86286bdd5142854af408c8aca13cfb30', u'sha1Sum': 'a8e8aebc86286bdd5142854af408c8aca13cfb30'}, 'wordpress/wp-includes/Requests/Cookie.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2ea4b002aa3df303f2fc60bbf56c75b05b6f1942', u'sha1Sum': '2ea4b002aa3df303f2fc60bbf56c75b05b6f1942'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-sk_SK.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0007e0c0132964ac77e275ee4121b45775d2e885', u'sha1Sum': '0007e0c0132964ac77e275ee4121b45775d2e885'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/admin/install-network.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7cfb96ea52bf483286575d7981fa65977f4393fe', u'sha1Sum': '7cfb96ea52bf483286575d7981fa65977f4393fe'}, 'wordpress/wp-includes/js/jquery/ui/slider.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fe0826b06cbbcada150d3ae5f8fd258e0b1bbb0d', u'sha1Sum': 'fe0826b06cbbcada150d3ae5f8fd258e0b1bbb0d'}, 'wordpress/wp-includes/js/customize-preview.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8b3d4e035b02172384e01178d150aebe50677e8c', u'sha1Sum': '8b3d4e035b02172384e01178d150aebe50677e8c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/ValidateTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/845e3aea59d09ec1929fe4b3fc8c6f94e28630a5', u'sha1Sum': '845e3aea59d09ec1929fe4b3fc8c6f94e28630a5'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/BigQuery/ValueMapperTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/434ba44a8c5b4023b32790fe51b6c332045e42a9', u'sha1Sum': '434ba44a8c5b4023b32790fe51b6c332045e42a9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/generated-code.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/119455e17dfdf43bc9a67d163d715c20c0507765', u'sha1Sum': '119455e17dfdf43bc9a67d163d715c20c0507765'}, 'wordpress/wp-includes/images/crystal/spreadsheet.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1e43eec021c276cad26392adf77589e93a556937', u'sha1Sum': '1e43eec021c276cad26392adf77589e93a556937'}, 'wordpress/wp-admin/css/l10n-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5079f55698201a1f254d05c4e119573e7babddc3', u'sha1Sum': '5079f55698201a1f254d05c4e119573e7babddc3'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/Subscriber/ScopedAccessTokenSubscriberTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0495405ea77a7435500ef6c976da7696aadf930a', u'sha1Sum': '0495405ea77a7435500ef6c976da7696aadf930a'}, 'wordpress/wp-mail.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b5a5069645d99adfc2a505a40b3cc0627f3d200f', u'sha1Sum': 'b5a5069645d99adfc2a505a40b3cc0627f3d200f'}, 'wordpress/wp-admin/js/language-chooser.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d28010a21e2f2d9aa04bca190dec16216520a2ab', u'sha1Sum': 'd28010a21e2f2d9aa04bca190dec16216520a2ab'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/566e7fc381d55f308b5b2c22948029af14439e43', u'sha1Sum': '566e7fc381d55f308b5b2c22948029af14439e43'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/promises/src/TaskQueue.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a844c12d0c16719f93476de062d6c72d52ef7a7f', u'sha1Sum': 'a844c12d0c16719f93476de062d6c72d52ef7a7f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Logging/Connection/ServiceDefinition/logging-v2.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3713a2cfdc9e0dacc1856aa42bbe9a520ed44a65', u'sha1Sum': '3713a2cfdc9e0dacc1856aa42bbe9a520ed44a65'}, 'wordpress/wp-admin/css/install.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3446070d2962cd395c1110952f83dc95f43b5506', u'sha1Sum': '3446070d2962cd395c1110952f83dc95f43b5506'}, 'wordpress/wp-includes/js/mediaelement/bigplay.svg': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b2fcd487b8619e7f357a43cf2dbf522145c4d347', u'sha1Sum': 'b2fcd487b8619e7f357a43cf2dbf522145c4d347'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/snippets/BigQuery/JobTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c34c0a4d0bf64fad98c23c72cf84469e51a060b3', u'sha1Sum': 'c34c0a4d0bf64fad98c23c72cf84469e51a060b3'}, 'wordpress/wp-includes/class-wp-customize-nav-menus.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d31950b6708e2fbf803f07a7ef70183b5af02b5d', u'sha1Sum': 'd31950b6708e2fbf803f07a7ef70183b5af02b5d'}, 'wordpress/wp-includes/js/swfupload/handlers.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3ea1d6e5161d4b60eaeee868ef3b443f37c25f61', u'sha1Sum': '3ea1d6e5161d4b60eaeee868ef3b443f37c25f61'}, 'wordpress/wp-content/themes/twentyseventeen/404.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1a2836c41f51905d98307a68be3bcf221a07a3fc', u'sha1Sum': '1a2836c41f51905d98307a68be3bcf221a07a3fc'}, 'wordpress/wp-includes/ID3/module.audio.flac.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fc1a846494c97b9f81abcc8569532f23c76a3444', u'sha1Sum': 'fc1a846494c97b9f81abcc8569532f23c76a3444'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/CouchDBHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1adcea9357bf0c293106219b82b766d6b7813689', u'sha1Sum': '1adcea9357bf0c293106219b82b766d6b7813689'}, 'wordpress/wp-includes/js/tinymce/themes/inlite/theme.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/616bebf220fbe9cc00669896f4b7aa66f8369c86', u'sha1Sum': '616bebf220fbe9cc00669896f4b7aa66f8369c86'}, 'wordpress/wp-admin/network/user-new.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/acb0074ee82ec4b44bb4dd00e8e04de794aa0606', u'sha1Sum': 'acb0074ee82ec4b44bb4dd00e8e04de794aa0606'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/pro/fields/clone.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3e6d4c9f9b82e13c8e563f78af6e32c942febe8a', u'sha1Sum': '3e6d4c9f9b82e13c8e563f78af6e32c942febe8a'}, 'wordpress/wp-includes/customize/class-wp-widget-form-customize-control.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c2d1a95051eea9d139f8cc6c38a223fc3892f041', u'sha1Sum': 'c2d1a95051eea9d139f8cc6c38a223fc3892f041'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/fixtures/datastore/entity-batch-lookup.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/260db399bc14be78181acd490330bec34dd8c6c6', u'sha1Sum': '260db399bc14be78181acd490330bec34dd8c6c6'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/BigQuery/QueryResultsTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6257441a9d9fc6b5f296d7204a499d8f150d4be8', u'sha1Sum': '6257441a9d9fc6b5f296d7204a499d8f150d4be8'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Datastore/Connection/RestTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/62223ea32efd4328ddbf5cffce37ef75d47309aa', u'sha1Sum': '62223ea32efd4328ddbf5cffce37ef75d47309aa'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Monitoring/V3/resources/group_service_client_config.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b69ca432018b24756777f7eac2ad1370ad76bc61', u'sha1Sum': 'b69ca432018b24756777f7eac2ad1370ad76bc61'}, 'wordpress/wp-includes/images/smilies/icon_twisted.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/45a3f2e2df3aa923d6f4c7ac71bed71565674a2d', u'sha1Sum': '45a3f2e2df3aa923d6f4c7ac71bed71565674a2d'}, 'wordpress/wp-includes/js/tinymce/skins/wordpress/images/embedded.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/abd0a999a9f723507b4f6b76ba226badcfb4e49f', u'sha1Sum': 'abd0a999a9f723507b4f6b76ba226badcfb4e49f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/BigQuery/TimeTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3fea33f769df3b836729f269b39ec08e0c7e898f', u'sha1Sum': '3fea33f769df3b836729f269b39ec08e0c7e898f'}, 'wordpress/wp-content/plugins/gcs/vendor/composer/autoload_static.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4723525aa28655d5253f07de38703b155b0420c4', u'sha1Sum': '4723525aa28655d5253f07de38703b155b0420c4'}, 'wordpress/wp-content/plugins/acf-to-rest-api/v3/lib/class-acf-to-rest-api-acf-api.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3c48962c506a073119128ceba6fe6d9594490074', u'sha1Sum': '3c48962c506a073119128ceba6fe6d9594490074'}, 'wordpress/wp-admin/js/image-edit.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/92700640d77e5915bdee060e0d94065398a6143f', u'sha1Sum': '92700640d77e5915bdee060e0d94065398a6143f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Exception/ConflictException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/65ae6f4934bcc6fea5f416215545daebf90b8db6', u'sha1Sum': '65ae6f4934bcc6fea5f416215545daebf90b8db6'}, 'wordpress/wp-includes/feed-rdf.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2d82b0e03ed12a96c7decdb42df4311252a587dd', u'sha1Sum': '2d82b0e03ed12a96c7decdb42df4311252a587dd'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/61505538d9b75a739380f123d4af7a41cfa6ef60', u'sha1Sum': '61505538d9b75a739380f123d4af7a41cfa6ef60'}, 'wordpress/wp-includes/SimplePie/Content/Type/Sniffer.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ddbd3d76f8c969dc3dce1fd3e4e601f47d2cf2de', u'sha1Sum': 'ddbd3d76f8c969dc3dce1fd3e4e601f47d2cf2de'}, 'wordpress/wp-includes/js/admin-bar.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fa710ddbf10574c22aa2ed063fe2a8757e2168bb', u'sha1Sum': 'fa710ddbf10574c22aa2ed063fe2a8757e2168bb'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/Snippet/Coverage/ScannerInterface.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c657e07277df209df7887799ce646baac9c3166c', u'sha1Sum': 'c657e07277df209df7887799ce646baac9c3166c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/V1/resources/publisher_client_config.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fe0d58cbceec86918d008cc92ae832c95552e19d', u'sha1Sum': 'fe0d58cbceec86918d008cc92ae832c95552e19d'}, 'wordpress/wp-includes/ID3/module.tag.lyrics3.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/de2705070fadd6fa0298b4a130869fae3cef30ed', u'sha1Sum': 'de2705070fadd6fa0298b4a130869fae3cef30ed'}, 'wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/19c1572591c169e120f5147e99776e4c4acc77bc', u'sha1Sum': '19c1572591c169e120f5147e99776e4c4acc77bc'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/BigQuery/BigQueryClientTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dc5cdbb40d12f1e788900d00a30c47ed7ba051ac', u'sha1Sum': 'dc5cdbb40d12f1e788900d00a30c47ed7ba051ac'}, 'wordpress/wp-includes/customize/class-wp-customize-new-menu-section.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e21c3e5241014cbd0f901c4dbec4ae3bed6e81b9', u'sha1Sum': 'e21c3e5241014cbd0f901c4dbec4ae3bed6e81b9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/ResourceNameTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5482f1a9eeff028c5d201db695142886e1a646a2', u'sha1Sum': '5482f1a9eeff028c5d201db695142886e1a646a2'}, 'wordpress/wp-admin/includes/class-pclzip.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ed16b47ec6fbe3786d62fa0648a87ab225a5b498', u'sha1Sum': 'ed16b47ec6fbe3786d62fa0648a87ab225a5b498'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/promises/src/CancellationException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e95eacc44ab17a1363a56ecd89ce675e91ad14ad', u'sha1Sum': 'e95eacc44ab17a1363a56ecd89ce675e91ad14ad'}, 'wordpress/wp-includes/js/json2.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/a2cbdd65b2fd23ecda1040734f69872dca12d368', u'sha1Sum': 'a2cbdd65b2fd23ecda1040734f69872dca12d368'}, 'wordpress/wp-includes/class-wp-http-encoding.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fa75904124c8749f7c6e28a82abe507cebfd9158', u'sha1Sum': 'fa75904124c8749f7c6e28a82abe507cebfd9158'}, 'wordpress/wp-admin/includes/class-core-upgrader.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b530660b3d4db9a1ec153e6a1e9ecfcda614909b', u'sha1Sum': 'b530660b3d4db9a1ec153e6a1e9ecfcda614909b'}, 'wordpress/wp-admin/css/colors/midnight/colors.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/24c35f8a1f44af8b06fbea3cbdd84558fbf1cc6d', u'sha1Sum': '24c35f8a1f44af8b06fbea3cbdd84558fbf1cc6d'}, 'wordpress/wp-content/themes/twentyseventeen/assets/js/navigation.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6b7ad6755ad1ebbaffdc03d742d260a1e5758669', u'sha1Sum': '6b7ad6755ad1ebbaffdc03d742d260a1e5758669'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/65ad98649eb5051746bb48c60529cabc927b67a2', u'sha1Sum': '65ad98649eb5051746bb48c60529cabc927b67a2'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/84c082a1e86f232979e62b4bdd5cd7f2769c17e8', u'sha1Sum': '84c082a1e86f232979e62b4bdd5cd7f2769c17e8'}, 'app.yaml': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/44ccc92d19b57bbf7472e20d671b6e747e3814a5', u'sha1Sum': '44ccc92d19b57bbf7472e20d671b6e747e3814a5'}, 'wordpress/wp-admin/includes/plugin-install.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1cc83e30946e66fe02cd749acc3a3abdaf4a5a97', u'sha1Sum': '1cc83e30946e66fe02cd749acc3a3abdaf4a5a97'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/Storage/StreamWrapper/StreamWrapperTestCase.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0abea5635f1673045248533f70fe4ab16e5d1b39', u'sha1Sum': '0abea5635f1673045248533f70fe4ab16e5d1b39'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/promises/src/functions.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c798a6048584544777a4c0c7d15de059de2e620f', u'sha1Sum': 'c798a6048584544777a4c0c7d15de059de2e620f'}, 'wordpress/wp-admin/images/wpspin_light.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e687c07184e17ba103c5c3947988b817ef6af513', u'sha1Sum': 'e687c07184e17ba103c5c3947988b817ef6af513'}, 'wordpress/wp-content/plugins/gcs/vendor/firebase/php-jwt/src/SignatureInvalidException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1e522ff9e3e9c30996e88c52542665d0ffc20d84', u'sha1Sum': '1e522ff9e3e9c30996e88c52542665d0ffc20d84'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Upload/MultipartUploaderTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/314bb107f1729380f166f44ae14b674e4233a0d5', u'sha1Sum': '314bb107f1729380f166f44ae14b674e4233a0d5'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Speech/V1beta1/SpeechClient.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e819b98026c12e4640d71708748d04faf9451e54', u'sha1Sum': 'e819b98026c12e4640d71708748d04faf9451e54'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/Storage/ManageAclTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fe60c230621fb02fcd150268e57f8786f4c31e3a', u'sha1Sum': 'fe60c230621fb02fcd150268e57f8786f4c31e3a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Core/ClientTraitTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ba3bb6efb7c108eae41967fde338fb7db8400c00', u'sha1Sum': 'ba3bb6efb7c108eae41967fde338fb7db8400c00'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/PubSubClient.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/537911903e1b563dd25bb74fb478e3567568b806', u'sha1Sum': '537911903e1b563dd25bb74fb478e3567568b806'}, 'wordpress/wp-includes/class-wp-image-editor.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/73ec613488fbd05e36524af3e884e339879e1db2', u'sha1Sum': '73ec613488fbd05e36524af3e884e339879e1db2'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/BigQuery/ManageTablesTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2e2b9018b992f1b78b83815b47a66b9c8c2df21f', u'sha1Sum': '2e2b9018b992f1b78b83815b47a66b9c8c2df21f'}, 'wordpress/wp-content/plugins/acf-to-rest-api/v3/lib/endpoints/class-acf-to-rest-api-attachments-controller.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6894b7ff85d10994909da4effb8885d0dba6d4fd', u'sha1Sum': '6894b7ff85d10994909da4effb8885d0dba6d4fd'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Storage/Connection/ServiceDefinition/storage-v1.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9e52045f58258b9da7f2a9442b0dc6170f83bf77', u'sha1Sum': '9e52045f58258b9da7f2a9442b0dc6170f83bf77'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Translate/TranslateClient.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/45a7a4d25900ac87248ea4d8e4d6c713a3c2bef9', u'sha1Sum': '45a7a4d25900ac87248ea4d8e4d6c713a3c2bef9'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/Snippet/Parser/Snippet.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/14749db46647ab12191e28ae81f79c1a4144ba5a', u'sha1Sum': '14749db46647ab12191e28ae81f79c1a4144ba5a'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/src/GetComponentsTrait.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/2059d2b9a9288e9cd4ed85a5d0c640557aa73d27', u'sha1Sum': '2059d2b9a9288e9cd4ed85a5d0c640557aa73d27'}, 'wordpress/wp-admin/images/xit.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5a50da9734be741c6cf7ec51e0e5c7a2744215d1', u'sha1Sum': '5a50da9734be741c6cf7ec51e0e5c7a2744215d1'}, 'wordpress/wp-content/plugins/OAuth1-master/lib/class-wp-rest-oauth1-listtable.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0bae19779c69fe99e035a6c824686242d75bae32', u'sha1Sum': '0bae19779c69fe99e035a6c824686242d75bae32'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/CHANGELOG.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c5c0c8556f0ba67ca13873a84887d948901f02bd', u'sha1Sum': 'c5c0c8556f0ba67ca13873a84887d948901f02bd'}, 'wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-none.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/87c6cb41766e6b6053cf966fc83929e42a751c6d', u'sha1Sum': '87c6cb41766e6b6053cf966fc83929e42a751c6d'}, 'wordpress/wp-admin/images/bubble_bg.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/f4cce4c336a615e9ccd65e6a7ecc8b27e5ec2e4d', u'sha1Sum': 'f4cce4c336a615e9ccd65e6a7ecc8b27e5ec2e4d'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/psr7/src/BufferStream.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/65264ef85af9df187f72d376c7c617a81d78a92c', u'sha1Sum': '65264ef85af9df187f72d376c7c617a81d78a92c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/NaturalLanguage/Connection/Rest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/db5823e5c217fa8c0368d0589466c20cdb1cde9f', u'sha1Sum': 'db5823e5c217fa8c0368d0589466c20cdb1cde9f'}, 'README.md': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/650a15b9d0dad9b7dabb5e1e7329193917b49293', u'sha1Sum': '650a15b9d0dad9b7dabb5e1e7329193917b49293'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/Vision/VisionTestCase.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d7512d96b39568a64d6059f2a8ae62c415516e1d', u'sha1Sum': 'd7512d96b39568a64d6059f2a8ae62c415516e1d'}, 'wordpress/wp-includes/js/tinymce/plugins/hr/plugin.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/39390bc1204a317d48ae19e34894e315d037c810', u'sha1Sum': '39390bc1204a317d48ae19e34894e315d037c810'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Registry.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/36b78d00d4893db4c6ffa39e5ccee236a498e52c', u'sha1Sum': '36b78d00d4893db4c6ffa39e5ccee236a498e52c'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/SlackWebhookHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/468766744247cc3291d19692259ddd3f80203324', u'sha1Sum': '468766744247cc3291d19692259ddd3f80203324'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/core/wpml.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d7477cfacc4f6f51f89311809cfaae7db84a7b04', u'sha1Sum': 'd7477cfacc4f6f51f89311809cfaae7db84a7b04'}, 'wordpress/wp-includes/customize/class-wp-customize-color-control.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9f7deba4e813290a43630ce38282db3d802b7931', u'sha1Sum': '9f7deba4e813290a43630ce38282db3d802b7931'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Core/Int64.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d7c6086545622f8f2572f7f05f94d8bddb2549d4', u'sha1Sum': 'd7c6086545622f8f2572f7f05f94d8bddb2549d4'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/dev/sh/compile-splitsh': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c78fb07ff31bd992e5e734fa895edabb2fb2e9b7', u'sha1Sum': 'c78fb07ff31bd992e5e734fa895edabb2fb2e9b7'}, 'wordpress/wp-includes/class-wp-post.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/3bea0b304d5988e5d0e6e0017be631dba049378c', u'sha1Sum': '3bea0b304d5988e5d0e6e0017be631dba049378c'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Core/PhpArrayTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1cbe2ee25286e9b3b0f12bdc8a7229fa1946e8d0', u'sha1Sum': '1cbe2ee25286e9b3b0f12bdc8a7229fa1946e8d0'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Datastore/VERSION': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/fe753b23556364128df95d2ef135d87743e9d4a7', u'sha1Sum': 'fe753b23556364128df95d2ef135d87743e9d4a7'}, 'wordpress/wp-includes/ID3/module.tag.apetag.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8dcb1999b0226b1aa3bb0e3a3186a5f2e82b472c', u'sha1Sum': '8dcb1999b0226b1aa3bb0e3a3186a5f2e82b472c'}, 'wordpress/wp-content/plugins/acf-to-rest-api/readme.txt': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/79ceafb6c98cd0006bd0f7eaa322c435e0d53b1c', u'sha1Sum': '79ceafb6c98cd0006bd0f7eaa322c435e0d53b1c'}, 'wordpress/wp-content/plugins/gcs/vendor/composer/LICENSE': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/608e2bae61df8b2460ce605645b3c9bd0813ec31', u'sha1Sum': '608e2bae61df8b2460ce605645b3c9bd0813ec31'}, 'wordpress/wp-includes/js/jcrop/jquery.Jcrop.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/54188a4fe21e7abd464d997fc6a7a413f51a257b', u'sha1Sum': '54188a4fe21e7abd464d997fc6a7a413f51a257b'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/fields/date_picker.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d1c520101de0767c18ff3bdc283bc825b00bc442', u'sha1Sum': 'd1c520101de0767c18ff3bdc283bc825b00bc442'}, 'wordpress/wp-includes/SimplePie/Sanitize.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/428b75b9545246336038e94146a62fbe08544f49', u'sha1Sum': '428b75b9545246336038e94146a62fbe08544f49'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/system/BigQuery/LoadDataAndQueryTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/9c020b6a56e51abbe3c2161850ca02288a6be657', u'sha1Sum': '9c020b6a56e51abbe3c2161850ca02288a6be657'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/HandlerWrapperTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5de77790274c597be81b76c6210e620232bfdd67', u'sha1Sum': '5de77790274c597be81b76c6210e620232bfdd67'}, 'wordpress/wp-includes/js/mediaelement/bigplay.png': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4b85a8fb707e051c705f03efb15f910b4cfbec30', u'sha1Sum': '4b85a8fb707e051c705f03efb15f910b4cfbec30'}, 'wordpress/wp-content/index.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/805d36c17119a980e4358437b821d369e1314816', u'sha1Sum': '805d36c17119a980e4358437b821d369e1314816'}, 'wordpress/wp-admin/plugin-install.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c1088fb949816bd2f4a4d1170ffd0df84c798248', u'sha1Sum': 'c1088fb949816bd2f4a4d1170ffd0df84c798248'}, 'wordpress/wp-includes/customize/class-wp-customize-nav-menu-section.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/438bd1d8f8e72abe0daaba2ab85b4f4982fb4c5d', u'sha1Sum': '438bd1d8f8e72abe0daaba2ab85b4f4982fb4c5d'}, 'wordpress/wp-admin/js/editor-expand.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/5ffe6ae6b81c7036bf1f19accf515530d4b1c1ec', u'sha1Sum': '5ffe6ae6b81c7036bf1f19accf515530d4b1c1ec'}, 'wordpress/wp-content/plugins/gcs/vendor/google/auth/tests/Middleware/ScopedAccessTokenMiddlewareTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/1004aabc666a3fc94072ca84f08fb5b8352ec8be', u'sha1Sum': '1004aabc666a3fc94072ca84f08fb5b8352ec8be'}, 'wordpress/wp-includes/js/jquery/ui/effect-explode.min.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/584027a83e54503ce87e62d594785ae4312fe7b0', u'sha1Sum': '584027a83e54503ce87e62d594785ae4312fe7b0'}, 'wordpress/wp-content/plugins/gcs/vendor/guzzlehttp/promises/src/AggregateException.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/7b1d9590467ebb9ecedc1740ce4e16a745126907', u'sha1Sum': '7b1d9590467ebb9ecedc1740ce4e16a745126907'}, 'wordpress/wp-admin/includes/options.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/0643b68bace7891927d3dd4c3330bcade3cccdeb', u'sha1Sum': '0643b68bace7891927d3dd4c3330bcade3cccdeb'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/Handler/FingersCrossedHandlerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/426030b3447f9a75604a89bbd46fe39b5740d7c5', u'sha1Sum': '426030b3447f9a75604a89bbd46fe39b5740d7c5'}, 'wordpress/wp-includes/js/jquery/jquery.serialize-object.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ad78e2a60469f4e000a3fc800a4ac066ff7b5c82', u'sha1Sum': 'ad78e2a60469f4e000a3fc800a4ac066ff7b5c82'}, 'wordpress/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b35be779df340fe3336a5619165e965fb1b09970', u'sha1Sum': 'b35be779df340fe3336a5619165e965fb1b09970'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/6221927f4d4a8a14d52f2fbb174de8718f368136', u'sha1Sum': '6221927f4d4a8a14d52f2fbb174de8718f368136'}, 'wordpress/wp-content/plugins/gcs/vendor/composer/installed.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e5eb949665def098a529fa28e98a5cff4983f29c', u'sha1Sum': 'e5eb949665def098a529fa28e98a5cff4983f29c'}, 'wordpress/wp-admin/includes/dashboard.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dcad5b822c907ee4a299c5a561637a4477aec9d6', u'sha1Sum': 'dcad5b822c907ee4a299c5a561637a4477aec9d6'}, 'wordpress/wp-admin/css/colors/ocean/colors.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e669cd8dc74d9dbe629ea73205230a22244d3513', u'sha1Sum': 'e669cd8dc74d9dbe629ea73205230a22244d3513'}, 'wordpress/wp-includes/images/smilies/icon_biggrin.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/dbec4e21e26b71fbae1c4389ef146e065db8dfc2', u'sha1Sum': 'dbec4e21e26b71fbae1c4389ef146e065db8dfc2'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/d591378157435edfa8838e6f8da2afba6b22fc5f', u'sha1Sum': 'd591378157435edfa8838e6f8da2afba6b22fc5f'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/PubSub/SubscriptionTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ae68039bc67e1cc5c35345f3714d3147a7ddd2f2', u'sha1Sum': 'ae68039bc67e1cc5c35345f3714d3147a7ddd2f2'}, 'wordpress/wp-content/plugins/advanced-custom-fields-pro/lang/acf-it_IT.po': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/19c904a1cee8c7498995066bfa206b5ed368c28e', u'sha1Sum': '19c904a1cee8c7498995066bfa206b5ed368c28e'}, 'wordpress/wp-includes/js/tinymce/utils/editable_selects.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ed417762c3bb44967056a045736f259da043a763', u'sha1Sum': 'ed417762c3bb44967056a045736f259da043a763'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/PubSub/Topic.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/aabd24de8e2b9c3cbaa4812c31ee9a4732628d37', u'sha1Sum': 'aabd24de8e2b9c3cbaa4812c31ee9a4732628d37'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/tests/unit/Datastore/EntityTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/e03bbe8e8653bfff87e60a2dd8dee991c10d0b19', u'sha1Sum': 'e03bbe8e8653bfff87e60a2dd8dee991c10d0b19'}, 'wordpress/wp-admin/includes/menu.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c6ddc33d51c0b4c517a865178dc788051ff773c0', u'sha1Sum': 'c6ddc33d51c0b4c517a865178dc788051ff773c0'}, 'wordpress/wp-content/plugins/gcs/vendor/monolog/monolog/tests/Monolog/LoggerTest.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/b096ea567f709bd31fc23b0b954bcaad99a7a575', u'sha1Sum': 'b096ea567f709bd31fc23b0b954bcaad99a7a575'}, 'wordpress/wp-content/plugins/gcs/vendor/rize/uri-template/src/Rize/UriTemplate.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/4cef0edc7e8c05d143d2b29e2450ba164aa5bc1b', u'sha1Sum': '4cef0edc7e8c05d143d2b29e2450ba164aa5bc1b'}, 'wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/ed6985b80be9240852aefd1eed4366b6bc1c55bf', u'sha1Sum': 'ed6985b80be9240852aefd1eed4366b6bc1c55bf'}, 'wordpress/wp-admin/js/link.js': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/c9d654325ad319fdf22c80e5d8419135a759239a', u'sha1Sum': 'c9d654325ad319fdf22c80e5d8419135a759239a'}, 'wordpress/wp-includes/cron.php': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/98a4e3d88ed544c11a1fb71ce8aff585d827990e', u'sha1Sum': '98a4e3d88ed544c11a1fb71ce8aff585d827990e'}, 'wordpress/wp-content/plugins/gcs/vendor/google/cloud/src/Storage/composer.json': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/69fe840633ead0c61646bb42c57d953ee8a13355', u'sha1Sum': '69fe840633ead0c61646bb42c57d953ee8a13355'}, 'wordpress/wp-admin/css/nav-menus-rtl.min.css': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/8978b51feef0d67be4dc32e50989206a0a103934', u'sha1Sum': '8978b51feef0d67be4dc32e50989206a0a103934'}, 'wordpress/wp-admin/images/resize-2x.gif': {u'sourceUrl': u'https://storage.googleapis.com/staging.myapp-wp-dev.appspot.com/650c1e29d5a6d670fe4df8f055e3fa12f5ef88ed', u'sha1Sum': '650c1e29d5a6d670fe4df8f055e3fa12f5ef88ed'}}]
DEBUG: Converted YAML to JSON: "{
"handlers": [
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"applicationReadable": true,
"path": "wordpress/\\1",
"uploadPathRegex": "wordpress/.*\\.(htm|html|css|js)$"
},
"urlRegex": "/(.*\\.(htm|html|css|js))$"
},
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"applicationReadable": true,
"path": "wordpress/wp-content/\\1",
"uploadPathRegex": "wordpress/wp-content/.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$"
},
"urlRegex": "/wp-content/(.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))$"
},
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"applicationReadable": true,
"path": "wordpress/\\1",
"uploadPathRegex": "wordpress/.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$"
},
"urlRegex": "/(.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))$"
},
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"applicationReadable": true,
"path": "wordpress/wp-includes/images/media/\\1",
"uploadPathRegex": "wordpress/wp-includes/images/media/.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$"
},
"urlRegex": "/wp-includes/images/media/(.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))$"
},
{
"script": {
"scriptPath": "wordpress/wp-admin/\\1"
},
"securityLevel": "SECURE_ALWAYS",
"urlRegex": "/wp-admin/(.+)"
},
{
"script": {
"scriptPath": "wordpress/wp-admin/index.php"
},
"securityLevel": "SECURE_ALWAYS",
"urlRegex": "/wp-admin/"
},
{
"script": {
"scriptPath": "wordpress/wp-login.php"
},
"securityLevel": "SECURE_ALWAYS",
"urlRegex": "/wp-login.php"
},
{
"login": "LOGIN_ADMIN",
"script": {
"scriptPath": "wordpress/wp-cron.php"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/wp-cron.php"
},
{
"script": {
"scriptPath": "wordpress/xmlrpc.php"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/xmlrpc.php"
},
{
"script": {
"scriptPath": "wordpress/wp-\\1.php"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/wp-(.+).php"
},
{
"script": {
"scriptPath": "wordpress/index.php"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/(.+)?/?"
}
],
"runtime": "php55",
"runtimeApiVersion": "1"
}"
DEBUG: Caught socket error, retrying: [Errno 54] Connection reset by peer
DEBUG: Retrying request to url https://appengine.googleapis.com/v1/apps/myapp-wp-dev/services/default/versions?alt=json after exception [Errno 54] Connection reset by peer
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] complete. Result: {
"response": {
"runtimeApiVersion": "1",
"versionUrl": "https://20180610t235728-dot-myapp-wp-dev.appspot.com",
"name": "apps/myapp-wp-dev/services/default/versions/20180610t235728",
"servingStatus": "SERVING",
"createTime": "2018-06-10T15:25:54Z",
"@type": "type.googleapis.com/google.appengine.v1.Version",
"instanceClass": "F1",
"env": "standard",
"runtime": "php55",
"id": "20180610t235728"
},
"done": true,
"name": "apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee",
"metadata": {
"target": "apps/myapp-wp-dev/services/default/versions/20180610t235728",
"method": "google.appengine.v1.Versions.CreateVersion",
"user": "user@gmail.com",
"insertTime": "2018-06-10T15:25:40.609Z",
"endTime": "2018-06-10T15:25:59.830Z",
"@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1"
}
}
DEBUG: Operation [apps/myapp-wp-dev/operations/e20c9060-d8aa-44cb-84b1-3348fb10e045] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/e20c9060-d8aa-44cb-84b1-3348fb10e045] complete. Result: {
"response": {
"split": {
"allocations": {
"20180610t235728": 1
}
},
"@type": "type.googleapis.com/google.appengine.v1.Service",
"name": "apps/myapp-wp-dev/services/default",
"id": "default"
},
"done": true,
"name": "apps/myapp-wp-dev/operations/e20c9060-d8aa-44cb-84b1-3348fb10e045",
"metadata": {
"target": "apps/myapp-wp-dev/services/default",
"method": "google.appengine.v1.Services.UpdateService",
"user": "user@gmail.com",
"insertTime": "2018-06-10T15:26:04.358Z",
"endTime": "2018-06-10T15:26:05.863Z",
"@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1"
}
}
INFO: Previous default version [myapp-wp-dev/default/20180329t174713] is an automatically scaled standard environment app, so not stopping it.
INFO: Display disabled.
DEBUG: Checking for updates...
user@mbp15 ~/myapp/server repos/myapp-wp-dev/GAE server-v1—dev ●
```
```
uery/BytesTest.php': {u'sourceUrl': u'
DEBUG: Converted YAML to JSON: "{
"handlers": [
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"applicationReadable": true,
"path": "wordpress/\\1",
"uploadPathRegex": "wordpress/.*\\.(htm|html|css|js)$"
},
"urlRegex": "/(.*\\.(htm|html|css|js))$"
},
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"applicationReadable": true,
"path": "wordpress/wp-content/\\1",
"uploadPathRegex": "wordpress/wp-content/.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$"
},
"urlRegex": "/wp-content/(.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))$"
},
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"applicationReadable": true,
"path": "wordpress/\\1",
"uploadPathRegex": "wordpress/.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$"
},
"urlRegex": "/(.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))$"
},
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"applicationReadable": true,
"path": "wordpress/wp-includes/images/media/\\1",
"uploadPathRegex": "wordpress/wp-includes/images/media/.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$"
},
"urlRegex": "/wp-includes/images/media/(.*\\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))$"
},
{
"script": {
"scriptPath": "wordpress/wp-admin/\\1"
},
"securityLevel": "SECURE_ALWAYS",
"urlRegex": "/wp-admin/(.+)"
},
{
"script": {
"scriptPath": "wordpress/wp-admin/index.php"
},
"securityLevel": "SECURE_ALWAYS",
"urlRegex": "/wp-admin/"
},
{
"script": {
"scriptPath": "wordpress/wp-login.php"
},
"securityLevel": "SECURE_ALWAYS",
"urlRegex": "/wp-login.php"
},
{
"login": "LOGIN_ADMIN",
"script": {
"scriptPath": "wordpress/wp-cron.php"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/wp-cron.php"
},
{
"script": {
"scriptPath": "wordpress/xmlrpc.php"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/xmlrpc.php"
},
{
"script": {
"scriptPath": "wordpress/wp-\\1.php"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/wp-(.+).php"
},
{
"script": {
"scriptPath": "wordpress/index.php"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/(.+)?/?"
}
],
"runtime": "php55",
"runtimeApiVersion": "1"
}"
DEBUG: Caught socket error, retrying: [Errno 54] Connection reset by peer
DEBUG: Retrying request to url https://appengine.googleapis.com/v1/apps/myapp-wp-dev/services/default/versions?alt=json after exception [Errno 54] Connection reset by peer
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee] complete. Result: {
"response": {
"runtimeApiVersion": "1",
"versionUrl": "https://20180610t235728-dot-myapp-wp-dev.appspot.com",
"name": "apps/myapp-wp-dev/services/default/versions/20180610t235728",
"servingStatus": "SERVING",
"createTime": "2018-06-10T15:25:54Z",
"@type": "type.googleapis.com/google.appengine.v1.Version",
"instanceClass": "F1",
"env": "standard",
"runtime": "php55",
"id": "20180610t235728"
},
"done": true,
"name": "apps/myapp-wp-dev/operations/36468b62-4c0d-491d-8dec-aaecc44f4cee",
"metadata": {
"target": "apps/myapp-wp-dev/services/default/versions/20180610t235728",
"method": "google.appengine.v1.Versions.CreateVersion",
"user": "user@gmail.com",
"insertTime": "2018-06-10T15:25:40.609Z",
"endTime": "2018-06-10T15:25:59.830Z",
"@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1"
}
}
DEBUG: Operation [apps/myapp-wp-dev/operations/e20c9060-d8aa-44cb-84b1-3348fb10e045] not complete. Waiting to retry.
DEBUG: Operation [apps/myapp-wp-dev/operations/e20c9060-d8aa-44cb-84b1-3348fb10e045] complete. Result: {
"response": {
"split": {
"allocations": {
"20180610t235728": 1
}
},
"@type": "type.googleapis.com/google.appengine.v1.Service",
"name": "apps/myapp-wp-dev/services/default",
"id": "default"
},
"done": true,
"name": "apps/myapp-wp-dev/operations/e20c9060-d8aa-44cb-84b1-3348fb10e045",
"metadata": {
"target": "apps/myapp-wp-dev/services/default",
"method": "google.appengine.v1.Services.UpdateService",
"user": "user@gmail.com",
"insertTime": "2018-06-10T15:26:04.358Z",
"endTime": "2018-06-10T15:26:05.863Z",
"@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1"
}
}
INFO: Previous default version [myapp-wp-dev/default/20180329t174713] is an automatically scaled standard environment app, so not stopping it.
INFO: Display disabled.
DEBUG: Checking for updates...
user@mbp15 ~/myapp/server repos/myapp-wp-dev/GAE server-v1—dev ●
```
s6...@gmail.com <s6...@gmail.com> #8
I was able to get the full output. The is the same command ran again...
It's too long so I'm put it in here...
https://paste.ee/p/cwset
It's too long so I'm put it in here...
ho...@google.com <ho...@google.com> #9
I see that you have created duplicate thread ( Issue 109972769 ) about this issue. In order to avoid duplicating efforts I will let you work with Issue 109972769 .
s6...@gmail.com <s6...@gmail.com> #10
Looking at the paste from #8, it looks like a successful deployment.
The socket-error is unrelated to the ascii-error, and originates on the network layer, my guess is that perhaps the internet connection is spotty or packets are being dropped by a firewall.
The socket-error is unrelated to the ascii-error, and originates on the network layer, my guess is that perhaps the internet connection is spotty or packets are being dropped by a firewall.
Description
If at all possible, please consider adding the ability to set a 'touchAnchorSide' area width/height. Meaning instead of having the entire screen register touches, have a percentage/dimen property that sets the width/height of the swipe-able area.
Thanks,
Jon.