Skip to content

Commit

Permalink
Make sure the values for store are properly annotated as objects
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Mar 31, 2024
1 parent 62f747c commit e680457
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 @@ -106,9 +106,9 @@ Using Uploadcare is simple, and here are the basics of handling files.
```

The `store` can have these possible values:
- true: mark the uploaded file as stored.
- false: do not mark the uploaded file as stored and remove it after 24 hours.
- auto: defers the choice of storage behavior to the [auto-store setting](https://app.uploadcare.com/projects/-/settings/#storage) for your Uploadcare project. This is the default behavior.
- `true`: mark the uploaded file as stored.
- `false`: do not mark the uploaded file as stored and remove it after 24 hours.
- 'auto': defers the choice of storage behavior to the [auto-store setting](https://app.uploadcare.com/projects/-/settings/#storage) for your Uploadcare project. This is the default behavior.

Your might then want to store or delete the uploaded file.

Expand Down

0 comments on commit e680457

Please sign in to comment.