# Getting Started with Stook

Medianova’s **Stook Object Storage** provides secure, scalable, and easy-to-manage cloud storage for your organization.\
This guide walks you through creating a bucket, setting up credentials, managing access levels, and using FTP for file transfers.

You can access the [Medianova Control Panel](https://cloud.medianova.com) at [**cloud.medianova.com**](https://cloud.medianova.com/) with your username and password.

## Manage Stook Buckets

### Create a Bucket

{% stepper %}
{% step %}
**From the left-hand menu, select Stook Object Storage → Buckets.**
{% endstep %}

{% step %}
**On the Stook Buckets page, click Create Bucket.**
{% endstep %}

{% step %}
In the **Create Bucket** window:

* Enter a descriptive **Name** for your bucket.
* (Optional) Add a **Tag Key** and **Tag Label** for easier organization.
* Select the desired **Location**.
  {% endstep %}

{% step %}
**Click Submit to create the bucket.**
{% endstep %}

{% step %}
**The new bucket will appear in the list.**

<figure><img src="/files/pohm1QMTNaMnWYj2Ucza" alt="" width="487"><figcaption><p>The Create Bucket window</p></figcaption></figure>
{% endstep %}
{% endstepper %}

### Delete a Bucket

{% stepper %}
{% step %}
**Click the Actions icon next to the bucket → select Delete.**
{% endstep %}

{% step %}
**Confirm by clicking Yes in the pop-up.**

<figure><img src="/files/aW125Hl4Mn9nHNtrzPbQ" alt="" width="563"><figcaption><p>Bucket listed after creation</p></figcaption></figure>
{% endstep %}
{% endstepper %}

## Manage Stook Credentials

### Create Credentials

{% stepper %}
{% step %}
**Select Stook Object Storage → Credentials from the left-hand menu.**
{% endstep %}

{% step %}
**On the Stook Credentials page, click Create Credential.**
{% endstep %}

{% step %}
**Enter a Credential Name, pick the target Stook Bucket, and optionally set a Path scope.**
{% endstep %}

{% step %}
**Use Filter Actions to search, or Expand All / Collapse All to browse permission groups.**
{% endstep %}

{% step %}
**Either select All S3 Actions or expand the Read, Write, and Bucket Management categories to choose specific actions.**
{% endstep %}

{% step %}
**Click Submit to create credentials.**
{% endstep %}

{% step %}
**The new credential will appear in the list.**

<figure><img src="/files/MA14qjt9xzPHD19se4we" alt="" width="600"><figcaption><p>Create Credential form with granular permission controls</p></figcaption></figure>
{% endstep %}
{% endstepper %}

### View Credentials

{% stepper %}
{% step %}
**Access Key, Secret Key, and Endpoint are displayed.**
{% endstep %}

{% step %}
**To view the Secret Key, re-enter your login password.**

<figure><img src="/files/6d47PM20wXxVGdmNbxQn" alt="" width="563"><figcaption><p>Credential details view</p></figcaption></figure>
{% endstep %}
{% endstepper %}

### Delete Credentials

{% stepper %}
{% step %}
**Click the Actions icon → select Delete.**
{% endstep %}

{% step %}
**Confirm by clicking Yes.**
{% endstep %}
{% endstepper %}

### Advance Settings

{% stepper %}
{% step %}
**Click Settings to configure on the Credentials page,:**

* IP Restrictions
* CORS Headers
  {% endstep %}

{% step %}
**Click Submit to save changes.**
{% endstep %}
{% endstepper %}

## Manage FTP Accounts

### Create FTP Accounts

{% stepper %}
{% step %}
**Select Stook Object Storage → FTP Accounts from the left-hand menu.**
{% endstep %}

{% step %}
**Click Create FTP Account on the FTP Accounts page.**
{% endstep %}

{% step %}
**Fill in the required fields and click Submit.**
{% endstep %}

{% step %}
**The FTP account will appear in the list.**

<figure><img src="/files/jKouFyvOdD4R0XqinmCv" alt="" width="563"><figcaption><p>Create FTP Account form</p></figcaption></figure>
{% endstep %}
{% endstepper %}

### Edit FTP Accounts

{% stepper %}
{% step %}
**Click the Actions icon → select Edit.**
{% endstep %}

{% step %}
**Update the fields and save changes.**
{% endstep %}
{% endstepper %}

### Delete FTP Accounts

{% stepper %}
{% step %}
**Click the Actions icon → select Delete.**
{% endstep %}

{% step %}
**Confirm by clicking Yes.**

<figure><img src="/files/36ybT22s8s63lmm1OGZZ" alt=""><figcaption><p>FTP account listed</p></figcaption></figure>
{% endstep %}
{% endstepper %}

[<br>](https://clients.medianova.com/docs/object-storage-stook)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://clients.medianova.com/products/object-storage-stook/getting-started-with-stook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
