[request]: S3 get folder (directory) size #464
Labels
feature-request
A feature should be added or improved.
high-level-library
p2
This is a standard priority issue
A note for the community
Community Note
Tell us about your request
I'd like for the s3 package to also include a way to get the total size for a folder (directory).
Something similar to
or from boto3
ex.
bucket_name/folder - 4Gb (total size including subdirectories)
Tell us about the problem you're trying to solve.
We have limits on how much data can be uploaded to a folder so knowing the total size and by extension being able to show it to the user is important. Another issue is if the size of the folder is really high (ex. 100Gb) we'd like to prevent the user from downloading everything in one shot vs a folder of 30mb and a few dozen files.
Are you currently working around this issue?
Still in the process of migrating some services to rust and by extension aws-sdk-rust, so not working around it but it is blocking us from moving over fully.
Additional context
No response
The text was updated successfully, but these errors were encountered: