stdlib: fixed s3 test

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-06-16 10:29:21 +02:00
parent 0d5f41ee31
commit ae167c5794
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ TestDirectory: dagger.#Artifact
TestS3Object: {
deploy: s3.#Object & {
always: true
config: TestConfig.awsConfig
source: TestDirectory
target: "s3://\(bucket)/"

View File

@ -20,7 +20,7 @@ import (
target: string @dagger(input)
// Delete files that already exist on remote destination
delete: *false | false @dagger(input)
delete: *false | true @dagger(input)
// Object content type
contentType: string | *"" @dagger(input)