Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uplink share cannot be used without a prefix(es)/bucket(s)/object(s) #432

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading