Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added screenshots for versioning/lock beta opt in flow #441

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions app/(docs)/dcs/api/s3/object-lock/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down
6 changes: 2 additions & 4 deletions app/(docs)/dcs/api/s3/object-versioning/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
14 changes: 14 additions & 0 deletions src/markdoc/partials/versioning-opt-in.md
Original file line number Diff line number Diff line change
@@ -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)
Loading