The AWS region. Defaults to S3_REGION
or AWS_REGION
environment variables.
Symbol
S3FilePresignOptions.region
region?: string
const file = s3.file("my-file.txt", {
bucket: "my-bucket",
region: "us-west-2"
});