Skip to content

Commit

Permalink
Fix README gzip description (#329)
Browse files Browse the repository at this point in the history
Fix README issue in gzip input description
  • Loading branch information
NickDub authored May 15, 2023
1 parent e95a15f commit 5e040a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
gzip: false
```

In the above example, the file(s) will be uploaded without `gzip`
content-encoding

- `resumable` - (Optional) Enable resumable uploads, defaults to true.

```yaml
resumable: false
```

In the above example, the file(s) will be uploaded without `gzip`
content-encoding

- `predefinedAcl` - (Optional) Apply a predefined set of access controls to
the file(s).

Expand Down

0 comments on commit 5e040a7

Please sign in to comment.