# Download Objects

Downloading objects is easy with OORT Storage. To download a file larger than 20 GB, use the AWS CLI, AWS SDK or Amazon S3 REST API.

{% hint style="info" %}
Data transfer fees apply when you download objects.&#x20;
{% endhint %}

When you download an object programmatically, its metadata is returned in the response headers. There are times when you want to override certain response header values returned in a GET response. For example, you might override the `Content-Disposition` response header value in your GET request. The S3-Compatible GET Object API allows you to specify query string parameters in your GET request to override these values. The AWS SDKs for Java, .NET, and PHP also provide necessary objects you can use to specify values for these response headers in your GET request.

When retrieving objects that are stored encrypted using server-side encryption, you must provide appropriate request headers.

## How to download an object

-> Sign in to the [OORT Console](https://console.oortech.com).

-> In the **`Buckets`** list, choose the bucket that you want to download an object from.

-> There are two ways to download an object from an OORT Storage bucket: select the object and choose **`Download`** or choose **`Download as`** from the **`Actions`** menu if you want to download the object to a specific folder.

-> You've successfully downloaded your object.


---

# 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.oortech.com/oort/oort-storage/manage-storage/work-with-objects/download-objects.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.
