bucket

Pbucket
Bun

Symbol

S3FilePresignOptions.bucket

bucket?: string

The S3 bucket name. Defaults to S3_BUCKET or AWS_BUCKET environment variables.

// Using explicit bucket
    const file = s3.file("my-file.txt", { bucket: "my-bucket" });