stdlib: fixed s3 test
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
0d5f41ee31
commit
ae167c5794
1
stdlib/.dagger/env/aws-s3/plan/s3.cue
vendored
1
stdlib/.dagger/env/aws-s3/plan/s3.cue
vendored
@ -18,6 +18,7 @@ TestDirectory: dagger.#Artifact
|
|||||||
|
|
||||||
TestS3Object: {
|
TestS3Object: {
|
||||||
deploy: s3.#Object & {
|
deploy: s3.#Object & {
|
||||||
|
always: true
|
||||||
config: TestConfig.awsConfig
|
config: TestConfig.awsConfig
|
||||||
source: TestDirectory
|
source: TestDirectory
|
||||||
target: "s3://\(bucket)/"
|
target: "s3://\(bucket)/"
|
||||||
|
@ -20,7 +20,7 @@ import (
|
|||||||
target: string @dagger(input)
|
target: string @dagger(input)
|
||||||
|
|
||||||
// Delete files that already exist on remote destination
|
// Delete files that already exist on remote destination
|
||||||
delete: *false | false @dagger(input)
|
delete: *false | true @dagger(input)
|
||||||
|
|
||||||
// Object content type
|
// Object content type
|
||||||
contentType: string | *"" @dagger(input)
|
contentType: string | *"" @dagger(input)
|
||||||
|
Reference in New Issue
Block a user