The bucket name containing the file.
Symbol
S3File.bucket
readonly bucket?: string
const file = s3.file("s3://my-bucket/file.txt");
console.log(file.bucket); // "my-bucket"