[GH-ISSUE #392] Files uploaded through awscli or s3cmd can't be read by s3fs #210

Closed
opened 2026-03-04 01:43:16 +03:00 by kerem · 2 comments
Owner

Originally created by @mohakevin on GitHub (Apr 10, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/392

It appears impossible to read data through s3fs when the files are uploaded through s3cmd or aws cli
The files uploaded contains binary data or something like that.

Is that behaviour normal?

If i copy (cp) the data, everything works like expected. But, if i try to use one of those tools, the data isn't readable.
However, if i access the files through the bucket endoint, i can see everything ok (http://bucket/file)

Thanks!

Originally created by @mohakevin on GitHub (Apr 10, 2016). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/392 It appears impossible to read data through s3fs when the files are uploaded through s3cmd or aws cli The files uploaded contains binary data or something like that. Is that behaviour normal? If i copy (cp) the data, everything works like expected. But, if i try to use one of those tools, the data isn't readable. However, if i access the files through the bucket endoint, i can see everything ok (http://bucket/file) Thanks!
kerem 2026-03-04 01:43:16 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@jazzl0ver commented on GitHub (Apr 26, 2016):

s3fs uses special meta data to keep an owner and permissions compatible with general file systems, while s3cmd doesn't do that.

check out this thread: https://github.com/s3fs-fuse/s3fs-fuse/issues/333

<!-- gh-comment-id:214777088 --> @jazzl0ver commented on GitHub (Apr 26, 2016): s3fs uses special meta data to keep an owner and permissions compatible with general file systems, while s3cmd doesn't do that. check out this thread: https://github.com/s3fs-fuse/s3fs-fuse/issues/333
Author
Owner

@ggtakec commented on GitHub (May 14, 2016):

@mohakevin please check #333
The files which are uploaded by s3cmd/awscli/aws console/etc do not have any attibutes for file system.
uid/gid/umask/etc options sets attributes for those files, you can see man pages.

Regards,

<!-- gh-comment-id:219224418 --> @ggtakec commented on GitHub (May 14, 2016): @mohakevin please check #333 The files which are uploaded by s3cmd/awscli/aws console/etc do not have any attibutes for file system. uid/gid/umask/etc options sets attributes for those files, you can see man pages. Regards,
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#210
No description provided.