Code Monkey home page Code Monkey logo

Comments (3)

cmichaelis avatar cmichaelis commented on July 28, 2024

This may be related... I had a hard time with some directories just vanishing from view. Upon digging, they were not being returned by the RackSpace API when sending the &path= parameter. After some discussion with their support team, it seems that "&path=" is deprecated. They recommend using "&delimiter=" and "&marker=" instead.

I've made some (perhaps blundering) patches to the revision of CloudFuse that I'm using (I'm back on the one where it supports >10k files per response; the current master seems to have lost this). Perhaps this would help you?

For my problem it was quite hard to figure out the criteria causing it, just like it is with your problem. In a given directory, ls | wc -l prior to the fix returns 9024, and afterward, returns 9159. Just shows how random it is. In my case, the missing directories always ended in _10 or _20, strangely enough (I have sets of directories that are numbered _1, _2, etc).

Anyway, the fix that makes things peachy for me:
https://dl.dropbox.com/u/4592587/cloudfsapi.c

Best of luck!
Chris Michaelis

from cloudfuse.

lukasztackowiak avatar lukasztackowiak commented on July 28, 2024

@cmichaelis can you reupload this file (it's not available anymore)?

from cloudfuse.

cmichaelis avatar cmichaelis commented on July 28, 2024

Sorry about that - being a neat freak, I tend to clean up my dropbox folders quite often. :)

I'd like to attach it here, but it will only allow images. Thus, save the attached image and rename it to .c, and there you go.

Cheers,
Chris

cloudfsapi c

from cloudfuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.