We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933d3e4 commit 78c3acfCopy full SHA for 78c3acf
src/sdk/namespace_gcp.js
@@ -64,7 +64,7 @@ class NamespaceGCP {
64
private_key: this.private_key,
65
}
66
});
67
- /* An S3 client is needed for multipart upload since GCP only supports multipart i[;pads] via the S3-compatible XML API
+ /* An S3 client is needed for multipart upload since GCP only supports multipart uploads via the S3-compatible XML API
68
* https://cloud.google.com/storage/docs/multipart-uploads
69
* This is also the reason an HMAC key is generated as part of `add_external_connection` - since the standard GCP credentials
70
* cannot be used in conjunction with the S3 client.
0 commit comments