diff --git a/app/(docs)/dcs/api/s3/object-lock/page.md b/app/(docs)/dcs/api/s3/object-lock/page.md index defb70c7b..33539751a 100644 --- a/app/(docs)/dcs/api/s3/object-lock/page.md +++ b/app/(docs)/dcs/api/s3/object-lock/page.md @@ -19,11 +19,8 @@ Please refer to our [Terms of Service](https://www.storj.io/legal/terms-of-servi Storj is currently developing [](docId:oogh5vaiGei6atohm5thi). As part of that development, we have released an early Beta Service Release, which includes **S3-Compatible Object Lock**, that can be used to evaluate the functionality. ## Beta Opt-In Instructions -1. Login to the [Storj web console](https://redirects.storj.io/login) -2. Navigate to the desired project -3. You will be prompted to enable the Object Versioning beta for the project which includes the Object Lock feature - - If you have already joined the Object Versioning beta, you already have access to the Object Lock actions - - If you do not see the prompt you can navigate to the project settings, where you will see information about the beta +To gain access to S3-compatible Object Lock, you'll need to opt into the **Object Versioning Beta** following the steps below: +{% partial file="versioning-opt-in.md" /%} ## Enabling Object Lock on a Bucket {% callout type="info" %} diff --git a/app/(docs)/dcs/api/s3/object-versioning/page.md b/app/(docs)/dcs/api/s3/object-versioning/page.md index d3cf7db77..acaf9edc6 100644 --- a/app/(docs)/dcs/api/s3/object-versioning/page.md +++ b/app/(docs)/dcs/api/s3/object-versioning/page.md @@ -19,11 +19,9 @@ Please refer to our [Terms of Service](https://www.storj.io/legal/terms-of-servi ## How do I opt in to the object versioning beta? -You need to opt in to the object versioning beta per project. To opt in to the object versioning beta, you can follow these steps: +To opt in to the object versioning beta, you can follow these steps: -1. Login to the Storj web console -2. Navigate to the desired project -3. You will be prompted to enable object versioning for the project +{% partial file="versioning-opt-in.md" /%} ## How does object versioning work? diff --git a/src/markdoc/partials/versioning-opt-in.md b/src/markdoc/partials/versioning-opt-in.md new file mode 100644 index 000000000..2782f8e7e --- /dev/null +++ b/src/markdoc/partials/versioning-opt-in.md @@ -0,0 +1,14 @@ +{% callout type="info" %} +You need to opt in to the object versioning beta separately for each project. +{% /callout %} +1. Login to the [Storj web console](https://redirects.storj.io/login) +2. Navigate to the desired project +3. If you haven't already dismissed the prompt, you will be prompted to enable the object versioning beta. + ![](https://link.storjshare.io/raw/jv4zlcpjn2bjjhbdr3hpuzysltmq/docs/images/versioning/1_object_versioning_beta_opt_in.png) +4. If you do not see the prompt you can navigate to the project settings, where you can opt into the beta: + - Click the project name, then **Project Settings** + ![](https://link.storjshare.io/raw/jwscrpoe3x3wj4nmvnxlx7oj2b6q/docs/images/versioning/2_object_versioning_beta_opt_in_project_settings_a.png) + - Scroll down to the **Features** section and click "Learn more" under Object Versioning (Beta) + ![](https://link.storjshare.io/raw/jwjurcjil2qx6uc6obkryuenoz5q/docs/images/versioning/2_object_versioning_beta_opt_in_project_settings_b.png) + - Enable versioning + ![](https://link.storjshare.io/raw/jxp3lxa7k5ot5rxre6zcqyv5sp5a/docs/images/versioning/2_object_versioning_beta_opt_in_project_settings_c.png)