mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #2359] can s3fs show the real capacity of bucket #1163
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JayjieL on GitHub (Oct 31, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2359
hi,
in my case, df -h show that the mounted bucket has 64P capacity, it's abnormal.
i wonder whether s3fs can show the real capacity of bucket.
hope for your reply, thanks.
@JayjieL commented on GitHub (Oct 31, 2023):
What is the meaning of 64P?
@gaul commented on GitHub (Oct 31, 2023):
No s3fs cannot do this since this S3 does not provide an API for capacity. The alternative would require listing every object in the bucket, potentially an expensive operation. 64P refers to 64 petabytes which is the largest possible value.
@OttaviaB commented on GitHub (Dec 1, 2023):
Hello,
s3fscannot compute the size for you, but if you already know the size by some other means you can set it by hand when mounting the bucket with the optionbucket_size, available in version 1.92 and above.This will then show up correctly in
df -h.