@@ -928,7 +928,7 @@ public function downloadAsStreamAsync(array $options = [])
928928 * @type FetchAuthTokenInterface $credentialsFetcher A credentials
929929 * fetcher instance.
930930 * @type array $keyFile [DEPRECATED]
931- * @deprecated This option is being deprecated because of a potential security risk.
931+ * This option is being deprecated because of a potential security risk.
932932 * This option does not validate the credential configuration. The security
933933 * risk occurs when a credential configuration is accepted from a source
934934 * that is not under your control and used without validation on your side.
@@ -949,7 +949,7 @@ public function downloadAsStreamAsync(array $options = [])
949949 * configurations received from external sources.
950950 * @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
951951 * @type string $keyFilePath [DEPRECATED]
952- * @deprecated This option is being deprecated because of a potential security risk.
952+ * This option is being deprecated because of a potential security risk.
953953 * This option does not validate the credential configuration. The security
954954 * risk occurs when a credential configuration is accepted from a source
955955 * that is not under your control and used without validation on your side.
@@ -1085,7 +1085,7 @@ public function signedUrl($expires, array $options = [])
10851085 * @type FetchAuthTokenInterface $credentialsFetcher A credentials
10861086 * fetcher instance.
10871087 * @type array $keyFile [DEPRECATED]
1088- * @deprecated This option is being deprecated because of a potential security risk.
1088+ * This option is being deprecated because of a potential security risk.
10891089 * This option does not validate the credential configuration. The security
10901090 * risk occurs when a credential configuration is accepted from a source
10911091 * that is not under your control and used without validation on your side.
@@ -1106,7 +1106,7 @@ public function signedUrl($expires, array $options = [])
11061106 * configurations received from external sources.
11071107 * @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
11081108 * @type string $keyFilePath [DEPRECATED]
1109- * @deprecated This option is being deprecated because of a potential security risk.
1109+ * This option is being deprecated because of a potential security risk.
11101110 * This option does not validate the credential configuration. The security
11111111 * risk occurs when a credential configuration is accepted from a source
11121112 * that is not under your control and used without validation on your side.
@@ -1223,7 +1223,7 @@ public function signedUploadUrl($expires, array $options = [])
12231223 * @type FetchAuthTokenInterface $credentialsFetcher A credentials
12241224 * fetcher instance.
12251225 * @type array $keyFile [DEPRECATED]
1226- * @deprecated This option is being deprecated because of a potential security risk.
1226+ * This option is being deprecated because of a potential security risk.
12271227 * This option does not validate the credential configuration. The security
12281228 * risk occurs when a credential configuration is accepted from a source
12291229 * that is not under your control and used without validation on your side.
@@ -1244,7 +1244,7 @@ public function signedUploadUrl($expires, array $options = [])
12441244 * configurations received from external sources.
12451245 * @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
12461246 * @type string $keyFilePath [DEPRECATED]
1247- * @deprecated This option is being deprecated because of a potential security risk.
1247+ * This option is being deprecated because of a potential security risk.
12481248 * This option does not validate the credential configuration. The security
12491249 * risk occurs when a credential configuration is accepted from a source
12501250 * that is not under your control and used without validation on your side.
0 commit comments