databricks_utils.aws.S3Bucket.mount

S3Bucket.mount(mount_pt, dbutils=None)

Mounts the S3 bucket in dbfs. environment variables AWS_ACCESS_KEY and AWS_SECRET_KEY must be set.

Parameters:
  • mount_pt – Where to mount the S3 bucket in the dbfs.
  • display – Callable to display
  • dbutilsdbutils module