Skip to content

Commit

Permalink
Google Cloud Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Feb 13, 2024
1 parent 3fc5776 commit 8a1fa80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docusaurus/video/docusaurus/docs/api/recording/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,13 @@ await serverSideClient.createExternalStorage({
<TabItem value="py" label="Python">

```py
# TODO: code example for Python
response = client.video.create_external_storage(
name='my-gcs',
storage_type='gcs',
bucket='my-bucket',
path='directory_name/',
gcs_credentials="content of the service account file"
)
```
</TabItem>

Expand Down

0 comments on commit 8a1fa80

Please sign in to comment.