> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/storage/object-storage/how-tos.md).

# How-tos

- [Create an instance](https://docs.glesys.com/products/storage/object-storage/how-tos/create-an-instance.md): Creating an object storage instance is quick and easy, and you can choose to create an initial bucket where you can store your objects.
- [Manage access keys](https://docs.glesys.com/products/storage/object-storage/how-tos/manage-access-keys.md): You can create multiple access keys for your object storage instances, allowing you to easily revoke a key when needed.
- [Delete an instance](https://docs.glesys.com/products/storage/object-storage/how-tos/delete-an-instance.md): Deleting an object storage instance will delete all buckets and all data in it.
- [Define access and permissions using bucket policies](https://docs.glesys.com/products/storage/object-storage/how-tos/define-access-and-permissions-using-bucket-policies.md): With bucket policies, you can set up fine-grained control over your objects stored within them.
- [Access buckets and files through URLs](https://docs.glesys.com/products/storage/object-storage/how-tos/access-buckets-and-files-through-urls.md): There are two URLs with which you can access files from a bucket.
- [Clients and tooling](https://docs.glesys.com/products/storage/object-storage/how-tos/clients-and-tooling.md): Guidelines for utilizing Object Storage with different clients and command-line tools.
- [Use s3cmd with Object Storage](https://docs.glesys.com/products/storage/object-storage/how-tos/clients-and-tooling/use-s3cmd-with-object-storage.md): The s3cmd tool is a widely used tool for interacting with S3-compatible buckets.
- [Backups using Restic](https://docs.glesys.com/products/storage/object-storage/how-tos/clients-and-tooling/backups-using-restic.md): Restic is a free and open-source tool to create encrypted backups. As storage for Restic, you can use Glesys object storage.
- [Store WordPress media in Object Storage](https://docs.glesys.com/products/storage/object-storage/how-tos/clients-and-tooling/store-wordpress-media-in-object-storage.md): Since Glesys Object Storage is S3-compatible, it's possible to use WordPress Media Cloud with it.
- [Use Rclone with Object Storage](https://docs.glesys.com/products/storage/object-storage/how-tos/clients-and-tooling/use-rclone-with-object-storage.md): Rclone is an open-source software for backups that supports S3-compatible storage solutions, such as Glesys Object Storage.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.glesys.com/products/storage/object-storage/how-tos.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.
