Skip to content

Commit 5f69a3d

Browse files
AVaksmanjkwlui
authored andcommitted
fix: remove unsupported keepAcl param (#837)
1 parent 04f6a9f commit 5f69a3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/file.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ export interface FileOptions {
295295

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

0 commit comments

Comments
 (0)