Skip to content

Commit

Permalink
Merge pull request #292 from apivideo/backup-cold-storage-fix
Browse files Browse the repository at this point in the history
Backup & Storage fix
  • Loading branch information
szekelyzol authored Oct 10, 2023
2 parents efc80e4 + 9686b40 commit f680819
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions templates/documentation/vod/amazon-cold-storage-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ slug: "amazon-cold-storage-backup"
meta:
description: Backup videos uploaded to api.video to Amazon Storage account with a simple script.
---
# Video backup to Azure
# Video backup to Amazon S3

At [api.video](https://api.video/) we understand that sometimes, you want to make sure that your videos are safe and secure. Although api.video has a backup and disaster recovery plan, it’s up to you to decide if you want an extra backup resource or if you would like to use api.video just to transcode your videos but eventually store them on a different resource.

That’s why, we’ve created this guide so you can store the videos you’ve already transcoded with [api.video](https://api.video/) on a file storage resource.

## How it’s done?

This guide will explain how you can store your transcoded videos on Amazon S3 Account. In short, all you need to do is run a small script that will copy the videos from [api.video](https://api.video/) to Azure. The videos will be kept on api.video as well, however, if you wish to delete them you can do so by leveraging the `DELETE /videos` endpoint, more information can be found [here](https://docs.api.video/vod/delete-a-video).
This guide will explain how you can store your transcoded videos on Amazon S3 Account. In short, all you need to do is run a small script that will copy the videos from [api.video](https://api.video/) to Amazon S3. The videos will be kept on api.video as well, however, if you wish to delete them you can do so by leveraging the `DELETE /videos` endpoint, more information can be found [here](https://docs.api.video/vod/delete-a-video).

## Preparation

Expand Down Expand Up @@ -57,7 +57,7 @@ $ npm install

After the dependencies are installed, we will need to enter the credentials we have copied in the preparation phase.

Edit the `.env` file and replace the following with the keys you've received from Azure and [api.video](https://api.video/).
Edit the `.env` file and replace the following with the keys you've received from AWS and [api.video](https://api.video/).

```bash
# possible providers: google, aws, azure
Expand Down
2 changes: 1 addition & 1 deletion templates/documentation/vod/azure-cold-storage-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: "azure-cold-storage-backup"
meta:
description: Backup videos uploaded to api.video to Azure Storage account with a simple script.
---
# Video backup to Azure
# Video backup to Azure Storage account

At [api.video](https://api.video/) we understand that sometimes, you want to make sure that your videos are safe and secure. Although api.video has a backup and disaster recovery plan, it’s up to you to decide if you want an extra backup resource or if you would like to use api.video just to transcode your videos but eventually store them on a different resource.

Expand Down
6 changes: 3 additions & 3 deletions templates/documentation/vod/google-cold-storage-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ slug: "google-cold-storage-backup"
meta:
description: Backup videos uploaded to api.video to Google Storage account with a simple script.
---
# Video backup to Azure
# Video backup to Google Storage account

At [api.video](https://api.video/) we understand that sometimes, you want to make sure that your videos are safe and secure. Although api.video has a backup and disaster recovery plan, it’s up to you to decide if you want an extra backup resource or if you would like to use api.video just to transcode your videos but eventually store them on a different resource.

That’s why, we’ve created this guide so you can store the videos you’ve already transcoded with [api.video](https://api.video/) on a file storage resource.

## How it’s done?

This guide will explain how you can store your transcoded videos on Amazon S3 Account. In short, all you need to do is run a small script that will copy the videos from [api.video](https://api.video/) to Azure. The videos will be kept on api.video as well, however, if you wish to delete them you can do so by leveraging the `DELETE /videos` endpoint, more information can be found [here](https://docs.api.video/vod/delete-a-video).
This guide will explain how you can store your transcoded videos on Google Storage account. In short, all you need to do is run a small script that will copy the videos from [api.video](https://api.video/) to Google Storage account. The videos will be kept on api.video as well, however, if you wish to delete them you can do so by leveraging the `DELETE /videos` endpoint, more information can be found [here](https://docs.api.video/vod/delete-a-video).

## Preparation

Expand Down Expand Up @@ -84,7 +84,7 @@ $ npm install

After the dependencies are installed, we will need to enter the credentials we have copied in the preparation phase.

Edit the `.env` file and replace the following with the keys you've received from Azure and [api.video](https://api.video/).
Edit the `.env` file and replace the following with the keys you've received from Google and [api.video](https://api.video/).

```bash
# possible providers: google, aws, azure
Expand Down

0 comments on commit f680819

Please sign in to comment.