cue fmt
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
c86f75f730
commit
223e3f6681
@ -9,8 +9,6 @@ import (
|
|||||||
// AWS Config for credentials and default region
|
// AWS Config for credentials and default region
|
||||||
awsConfig: aws.#Config & {
|
awsConfig: aws.#Config & {
|
||||||
region: *"us-east-1" | string @dagger(input)
|
region: *"us-east-1" | string @dagger(input)
|
||||||
accessKey: dagger.#Secret @dagger(input)
|
|
||||||
secretKey: dagger.#Secret @dagger(input)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Name of the S3 bucket to use
|
// Name of the S3 bucket to use
|
||||||
|
Reference in New Issue
Block a user