Skip to content

Commit 78c3acf

Browse files
committed
Fix typo
Signed-off-by: Ben <[email protected]>
1 parent 933d3e4 commit 78c3acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/namespace_gcp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class NamespaceGCP {
6464
private_key: this.private_key,
6565
}
6666
});
67-
/* An S3 client is needed for multipart upload since GCP only supports multipart i[;pads] via the S3-compatible XML API
67+
/* An S3 client is needed for multipart upload since GCP only supports multipart uploads via the S3-compatible XML API
6868
* https://cloud.google.com/storage/docs/multipart-uploads
6969
* This is also the reason an HMAC key is generated as part of `add_external_connection` - since the standard GCP credentials
7070
* cannot be used in conjunction with the S3 client.

0 commit comments

Comments
 (0)