Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-05-21 16:06:21 -07:00
parent c86f75f730
commit 223e3f6681

View File

@ -9,8 +9,6 @@ import (
// AWS Config for credentials and default region
awsConfig: aws.#Config & {
region: *"us-east-1" | string @dagger(input)
accessKey: dagger.#Secret @dagger(input)
secretKey: dagger.#Secret @dagger(input)
}
// Name of the S3 bucket to use