mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #854] digital ocean spaces compatibility #497
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#497
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 @pjebs on GitHub (Nov 8, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/854
Digital Ocean spaces claims to be S3 compatible in terms of their API and how it can be interfaced by external clients. Should s3fs work in theory?
@gaul commented on GitHub (Nov 8, 2018):
Yes it should. Please report back with your results.
@Niek commented on GitHub (Nov 14, 2018):
Yes, I'm using it with DO Spaces. Just specify:
-o url=https://ams3.digitaloceanspaces.com/or whatever your spaces endpoint is.@nodje commented on GitHub (Nov 16, 2018):
I got a Spaces bucket mounted on a local folder on Macos, but I can only see the 3 main folder as zero-bytes document.
Here's what it looks like in a term:
Dates are right though!
Is there anything specific I should do for s3fs to be able to retrieve/map object properties?
@akyoto commented on GitHub (Dec 9, 2018):
I have the same problem as @nodje, can't access folders because they are 0-byte documents.
---------- 1 eduard eduard 0 Dec 8 17:46 documents@Gandalf- commented on GitHub (Dec 23, 2018):
I was able to mount and access files on my SFO2 space with these options on Ubuntu 16.04.5 LTS and V1.79
I uploaded the files with s3cmd, and they all have private permissions.
@gaul commented on GitHub (Feb 2, 2019):
@Gandalf- could you mount with
-o umask=027or try using master which provides a default when permissions do not exist?@pjebs commented on GitHub (Feb 2, 2019):
@blitzprog The problem with s3 is that there are no such thing as folders. They 'artificially' pretend 0 byte files are folders.
@gaul commented on GitHub (Apr 9, 2019):
Please retest with 1.85 and reopen this issue if problems persist.
@mike503 commented on GitHub (Jul 2, 2020):
still an issue in s3cmd 2.0.2. out of 4 "directories" in the root of my bucket, 3 of them are 0 byte "documents" and are unable to view them as a hierarchy. only one behaves like a directory.