Skip to content

Commit

Permalink
stdlib: fixed s3 test
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Alba <sam.alba@gmail.com>
  • Loading branch information
samalba committed Jun 16, 2021
1 parent 0d5f41e commit ae167c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions stdlib/.dagger/env/aws-s3/plan/s3.cue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ TestDirectory: dagger.#Artifact

TestS3Object: {
deploy: s3.#Object & {
always: true
config: TestConfig.awsConfig
source: TestDirectory
target: "s3://\(bucket)/"
Expand Down
2 changes: 1 addition & 1 deletion stdlib/aws/s3/s3.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ae167c5

Please sign in to comment.