Skip to content
Discussion options

You must be logged in to vote

There is some metadata that is only bounded by the filesystem supported max xattr size. For example: tags, user metadata, bucket policy, etc can all grow to max xattr size. The default case is likely to only include a couple small attrs.

default bucket xattrs:

user.acl: {"Owner":"test","Grantees":[{"Permission":"FULL_CONTROL","Access":"test","Type":"CanonicalUser"}]}
user.ownership: BucketOwnerEnforced

default object xattrs:

user.checksums: {"Algorithm":"CRC64NVME","Type":"FULL_OBJECT","CRC32":null,"CRC32C":null,"SHA1":null,"SHA256":null,"CRC64NVME":"MlDF2FCcUf0="}
user.content-type: text/plain
user.etag: "cff9ad8b293a7ae7f17e187c47f368dc"

The total metadata size really depends on what …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@crabique
Comment options

Answer selected by crabique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants