# OpenStack SWIFT

Storware Backup & Recovery supports integration with OpenStack SWIFT.

## Example

In the Storware Backup & Recovery system, go to the `Backup Destinations` -> `Object Storage` tab, then press the `Create Backup Destination` button and select the `OpenStack Swift` option.

Enter the name of the new backup destination, assign it to `Node Configuration` and set up the retention.

Next, provide settings specific to `OpenStack Swift`:

* Authentication URL - URL pointing to authentication service, it should be similar to the following

  ```
  https://SWIFT_HOST:5000/v3/auth/tokens
  ```
* User name - domain formatted username used by Storware Backup & Recovery to log into OpenStack Swift
* Authentication method - BASIC / TEMPAUTH / KEYSTONE / KEYSTONE\_V3
  * in the case of KEYSTONE\_V3 authentication method, you also need to enter `Authentication method scope`, `Domain` and `Project`
* Name of Swift service intended to be used
* Number of thread used (Swift connector supports multithreading)
* Endpoint interface type - type of interface used by connector (PUBLIC / INTERNAL / ADMIN)

![](/files/sRHr44y3GxqCXUMVPCs1)


---

# 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://docs.storware.eu/backup-and-recovery-7.3/deployment/backup-destinations/object-storage/openstack-swift.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.
