diff --git a/docs/reference/universe/aws/s3.md b/docs/reference/universe/aws/s3.md index 7209809d..8b114d7f 100644 --- a/docs/reference/universe/aws/s3.md +++ b/docs/reference/universe/aws/s3.md @@ -19,7 +19,7 @@ S3 Bucket object(s) sync |*config.secretKey* | `dagger.#Secret` |AWS secret key | |*source* | `dagger.#Artifact` |Source Artifact to upload to S3 | |*target* | `string` |Target S3 URL (eg. s3://\/\/\) | -|*delete* | `false` |Delete files that already exist on remote destination | +|*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 |