Space_name > Folder1 > Folder1a 10Mb 4Items
file1.mp4 5mb 2 months ago file2.mp4 1mb 2 months ago file3.mp4 3mb 2 months ago file4.mp4 1mb 2 months ago
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
As far as I know there’s no such a feature in DigitalOcean’s Web UI. However, you can use tools such as
s3cmd
. For example, the following command will output you list of all files in the bucket along with human-readable sizes and created times:You can checkout out How To Configure s3cmd 2.x To Manage DigitalOcean Spaces and How to Manage DigitalOcean Spaces with s3cmd tutorials if you want to learn how to install and use
s3cmd
.If you want to see such a feature in the Web UI make sure to leave your feedback on DigitalOcean’s UserVoice Page.