Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ben <[email protected]>
  • Loading branch information
Neon-White committed May 16, 2024
1 parent 5869d1c commit 0e3525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/namespace_gcp.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class NamespaceGCP {
private_key: this.private_key,
}
});
/* 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
* https://cloud.google.com/storage/docs/multipart-uploads
* This is also the reason an HMAC key is generated as part of `add_external_connection` - since the standard GCP credentials
* cannot be used in conjunction with the S3 client.
Expand Down

0 comments on commit 0e3525a

Please sign in to comment.