mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #196] [CLOSED] Supported extended attributes #1391
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#1391
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?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/196
Author: @ggtakec
Created: 6/13/2015
Status: ❌ Closed
Base:
master← Head:xattr📝 Commits (5)
f258a14Supported extended attributes, initial commitaac92bdFixed wrong owner checking and return codes84fb3d8Fixed xattr for binary value0ecf4aaChaged codes about iteratorfe3abedChaged codes about iterator etc📊 Changes
6 files changed (+612 additions, -2 deletions)
View changed files
📝
src/common.h(+20 -0)📝
src/common_auth.cpp(+56 -1)📝
src/s3fs.cpp(+488 -0)📝
src/s3fs_auth.h(+2 -1)📝
src/string_util.cpp(+44 -0)📝
src/string_util.h(+2 -0)📄 Description
Supports extended attributes.
s3fs saves extended attributes to object's header "x-amz-meta-xattr" which is formatted as encoded json.
This change solves issues #166 and #169.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.