---
sidebar_label: s3
# dagger.io/aws/s3
AWS Simple Storage Service
## #Put
S3 Bucket upload (file or directory)
### #Put Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.region* | `string` |AWS region |
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
|*target* | `string` |Target S3 URL (eg. s3://\<bucket-name\>/\<path\>/\<sub-path\>) |
|*contentType* | `*"" \| string` |Object content type |
|*always* | `*true \| bool` |Always write the object to S3 |
### #Put Outputs
|*url* | `string` |URL of the uploaded S3 object |
## #Sync
S3 Bucket sync
### #Sync Inputs
|*source* | `dagger.#Artifact` |Source Artifact to upload to S3 |
|*delete* | `*false \| bool` |Delete files that already exist on remote destination |
### #Sync Outputs