Skip to content

Commit

Permalink
uplink share cannot be used without a prefix(es)/bucket(s)/object(s) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyALeonov authored Sep 17, 2024
1 parent e6fb136 commit 0dbdb48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/(docs)/dcs/access/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ The Access Grant screen allows you to create or delete Access Grants, generate c
{% code-group %}

```windows
./uplink.exe share --readonly=false
./uplink.exe access restrict --readonly=false
```

```linux
uplink share --readonly=false
uplink access restrict --readonly=false
```

```macos
uplink share --readonly=false
uplink access restrict --readonly=false
```

{% /code-group %}
Expand All @@ -94,7 +94,7 @@ The Access Grant screen allows you to create or delete Access Grants, generate c
9. Your Access Grant should have been output.

{% callout type="success" %}
The alternative for using the uplink setup command and then uplink share is to use the `uplink access create` command instead, it will print the Access Grant right away.
The alternative for using the `uplink setup` command and then `uplink access restrict` is to use the `uplink access create` command instead, it will print the Access Grant right away.
{% /callout %}

---
Expand Down

0 comments on commit 0dbdb48

Please sign in to comment.