Skip to content

Commit

Permalink
Added spot bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
estradino committed Sep 12, 2024
1 parent 9b0bf73 commit eaba5cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/en/configuration/external-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You must create the below buckets in your object storage service. Their names ca
- `openreplay-recordings`: where recordings will be persisted
- `openreplay-assets`: where assets (such as css and fonts) will be copied
- `openreplay-sourcemaps`: for storing source maps (see [how to upload them](/installation/upload-sourcemaps))
- `openreplay-spots`: for storing spot recordings

Once the bucket created:

Expand Down Expand Up @@ -55,7 +56,7 @@ Once the bucket created:
}
```

3. Finally, make sure to generate the appropriate access keys to **these 3 buckets only** so OpenReplay backend can programmatically access them to upload files. The required S3 permissions are:
3. Finally, make sure to generate the appropriate access keys to **these 4 buckets only** so OpenReplay backend can programmatically access them to upload files. The required S3 permissions are:

```json
"s3:PutObject",
Expand All @@ -80,6 +81,7 @@ Once the bucket created:
| assetsBucket | The assets' bucket name (i.e. `openreplay-assets`) |
| recordingsBucket | The recordings' bucket name (i.e. `openreplay-recordings`) |
| sourcemapsBucket | The sourcemaps' bucket name (i.e. `openreplay-sourcemaps`) |
| spotBucket | The spot' bucket name (i.e. `openreplay-spots`) |

2. Save and quit using `:wq` for the changes to take effect

Expand Down

0 comments on commit eaba5cd

Please sign in to comment.