Skip to content

Commit a530b98

Browse files
committed
Scaffold structure
1 parent 00b13f0 commit a530b98

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# General Resources Access
2+
3+
Hello
4+
5+
### ### Sharing restricted resources with pre-signed URLs {#pre-signed-urls}

sources/platform/collaboration/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ By default, each system resource (Actor, key-value store, run, ...) you create i
1717
<td><strong><a href="/platform/collaboration/access-rights">Access rights</a></strong></td>
1818
<td>Enables you to grant access to another user for a certain resource you own. This way, you can share results with your client, or two engineers can collaborate on developing one Actor.</td>
1919
</tr>
20+
<tr>
21+
<td><strong><a href="/platform/collaboration/general-resource-access">Share resources by link</a></strong></td>
22+
<td>Certain resources (runs, builds and storages) can by shared just by their link. Anyone with their ID is able to access them. This is configurable via <a href="/platform/collaboration/general-resource-access">General Resource Access</a></td>
23+
</tr>
2024
<tr>
2125
<td><strong><a href="/platform/collaboration/organization-account">Organization account</a></strong></td>
2226
<td>Apify's organization account allows multiple engineers to collaborate on team projects with role-specific access permissions.</td>

sources/platform/storage/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ For example, storage names `janedoe~my-storage-1` and `janedoe~web-scrape-result
160160

161161
## Sharing
162162

163-
You can grant [access rights](../collaboration/index.md) to others Apify users to view or modify your storages. Check the [full list of permissions](../collaboration/list_of_permissions.md).
163+
You can grant [access rights](../collaboration/index.md) to others Apify users to view or modify your storages. Check the [full list of permissions](../collaboration/list_of_permissions.md). If your storage's access is set to restricted and you'd like to share a short-lived link, you can also share storages using [pre-signed URL's](../collaboration/general-resource-access#pre-signed-urls).
164164

165165
### Sharing storages between runs
166166

0 commit comments

Comments
 (0)