Skip to content

Commit

Permalink
fix: remove unsupported keepAcl param (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
AVaksman authored and jkwlui committed Aug 30, 2019
1 parent 04f6a9f commit 5f69a3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/file.ts
Expand Up @@ -295,7 +295,6 @@ export interface FileOptions {

export interface CopyOptions {
destinationKmsKeyName?: string;
keepAcl?: string;
predefinedAcl?: string;
token?: string;
userProject?: string;
Expand Down Expand Up @@ -859,7 +858,6 @@ class File extends ServiceObject<File> {
* `projects/my-project/locations/location/keyRings/my-kr/cryptoKeys/my-key`,
* that will be used to encrypt the object. Overwrites the object
* metadata's `kms_key_name` value, if any.
* @property {string} [keepAcl] Retain the ACL for the new file.
* @property {string} [predefinedAcl] Set the ACL for the new file.
* @property {string} [token] A previously-returned `rewriteToken` from an
* unfinished rewrite request.
Expand Down

0 comments on commit 5f69a3d

Please sign in to comment.