The S3 bucket name. Defaults to S3_BUCKET
or AWS_BUCKET
environment variables.
Symbol
S3FilePresignOptions.bucket
bucket?: string
// Using explicit bucket
const file = s3.file("my-file.txt", { bucket: "my-bucket" });