This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/universe/aws/s3.md
Guillaume de Rouville 58209b87d1 Doc update + linting + fix CI typo + fix port issue ECR
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-23 17:44:34 +02:00

1.7 KiB

sidebar_label
s3

alpha.dagger.io/aws/s3

AWS Simple Storage Service

import "alpha.dagger.io/aws/s3"

s3.#Object

S3 Bucket object(s) sync

s3.#Object Inputs

Name Type Description
config.region string AWS region
config.accessKey dagger.#Secret AWS access key
config.secretKey dagger.#Secret AWS secret key
config.localMode *null | string AWS localstack mode
source dagger.#Artifact Source Artifact to upload to S3
target string Target S3 URL (eg. s3://<bucket-name>/<path>/<sub-path>)
delete *false | true Delete files that already exist on remote destination
contentType *"" | string Object content type
always *true | false Always write the object to S3

s3.#Object Outputs

Name Type Description
url string URL of the uploaded S3 object