Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Jan 20, 2025
1 parent 0c1a446 commit 9801c5f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/guide/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ After you [configure access to your S3 bucket](#Configure-access-to-your-S3-buck
- <div class="enterprise-only">(Optional) Enable **Can delete objects from storage** if you want to delete annotations stored in the S3 bucket when they are deleted in Label Studio. The storage credentials associated with the bucket must include the ability to delete bucket objects. Leave disabled to not take any action on annotations if they are deleted in Label Studio. </div>
8. Click **Add Storage**.

After adding the storage, click **Sync** to collect tasks from the bucket, or make an API call to [sync export storage](https://api.labelstud.io/api-reference/introduction/getting-started).
After adding the storage, click **Sync** to collect tasks from the bucket, or make an API call to [sync export storage](https://api.labelstud.io/api-reference/api-reference/export-storage/s-3/sync)

<div class="enterprise-only">

Expand Down Expand Up @@ -489,20 +489,20 @@ Google Cloud Storage offers [bucket IP filtering](https://cloud.google.com/stora
For public IP ranges:
```json
{
"mode": "Enabled",
"mode": "Enabled",
"publicNetworkSource": {
"allowedIpCidrRanges": [
"3.219.3.197",
"34.237.73.3",
"44.216.17.242"
"xxx.xxx.xxx.xxx", // Your first IP address
"xxx.xxx.xxx.xxx", // Your second IP address
"xxx.xxx.xxx.xxx/xx" // Your IP range in CIDR notation
]
}
}
```

!!! note
If you're using Label Studio Enterprise at app.humansignal.com and accessing it from your office network:
- Add Label Studio Enterprise outgoing IP addresses (3.219.3.197, 34.237.73.3, 44.216.17.242)
- Add Label Studio Enterprise outgoing IP addresses (see [IP ranges](saas.html#IP-range))
- Add your office network IP range (e.g. 192.168.1.0/24)
- If both Label Studio Enterprise and your office are on the same VPN network (e.g. 10.0.0.0/16), you only need to add that VPN subnet

Expand Down

0 comments on commit 9801c5f

Please sign in to comment.