Skip to content

Commit

Permalink
Revert "fix: remove unsupported keepAcl param (googleapis#837)"
Browse files Browse the repository at this point in the history
This reverts commit 5f69a3d.
  • Loading branch information
AVaksman committed Sep 5, 2019
1 parent 5f69a3d commit 85dc796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export interface FileOptions {

export interface CopyOptions {
destinationKmsKeyName?: string;
keepAcl?: string;
predefinedAcl?: string;
token?: string;
userProject?: string;
Expand Down Expand Up @@ -858,6 +859,7 @@ 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 85dc796

Please sign in to comment.