How can we get the file size of the DBFS root bucket?

Anonymous
Not applicable
 

sajith_appukutt
Databricks Employee
Databricks Employee
aws s3 ls --summarize --human-readable --recursive s3://root-bucket-name/

Bucket owner could run this command or get the info from console. Would that work ?