> For the complete documentation index, see [llms.txt](https://docs.oortech.com/oort/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oortech.com/oort/oort-storage/manage-storage/work-with-objects/download-objects.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.oortech.com/oort/oort-storage/manage-storage/work-with-objects/download-objects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
