AWSS3Bucket Parameter (Connect-Databricks Cmdlet)
Specifies the name of the AWS S3 bucket that the provider uses for staging or transferring data when connecting to Databricks.
Syntax
Connect-Databricks -AWSS3Bucket string
Data Type
cstr
Default Value
""
Remarks
An Amazon S3 bucket is a top-level container for storing objects in AWS. The AWSS3Bucket property identifies the specific bucket the cmdlet accesses for uploading, downloading, or staging data.
Enter the bucket name exactly as it appears in the AWS Management Console.
This property is useful when your Databricks connection relies on AWS storage for temporary data operations or large result transfers.