# Using S3 connector in ETL pipeline

## S3 upload/download capabilities

Depending on the type of connection established, the capabilities associated with uploading and/or downloading files with S3 connector are as follows:

* OAuth 2.0: Upload/Download both (Read and Write). However, user can restrict permissions
* Access Key: Upload/Download both (Read and Write). However, user can restrict permissions
* Public: Download only (Read only).

## Prerequisites

* The following permissions are required for file access in S3:
  * s3:PutObject
  * s3:GetObject
  * s3:DeleteObject
  * s3:ListBucket
  * GetObjectTagging
  * PutObjectTagging
* There can be one root user and multiple IAM users.
* Multiple IAM accounts can read and write between Langstack and AWS.
* There can be multiple buckets and the bucket detail can be edited in the connector.


---

# 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.langstack.com/welcome/in-depth-learning/connectors/aws-connector/using-s3-connector-in-etl-pipeline.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.
