Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MIME types / Content-Type headers via GIO. Add editor modelines. #33

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

geraldcombs
Copy link

No description provided.

@tombh
Copy link

tombh commented Apr 3, 2013

Damn, I've just gone and written something similar to this :( Teaches me for not checking the pull requests firsts!

Just for reference, I implemented my solution to get around the problem of using FTP on the mounted cloudfiles filesystem. What was happening was that FTP clients were writing their files to the filesystem in parts, where the first part triggered Rackspace's mime-type detection, which would inevitably be wrong as the whole file hadn't been copied yet. Therefore I changed cloudfuse to locally detect the mime-type when copying a file, thus resending the correct content-type to the cloudfiles object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants