Code Monkey home page Code Monkey logo

Comments (6)

nmondal avatar nmondal commented on August 16, 2024

The API :
https://github.com/nmondal/cowj/blob/main/app/src/main/java/cowj/plugins/S3StorageWrapper.java#L104

fileExists works for that purpose.

from cowj.

hemil-ruparel-blox avatar hemil-ruparel-blox commented on August 16, 2024

That would be an extra query no? I want to get the contents of file if exists otherwise null?

from cowj.

nmondal avatar nmondal commented on August 16, 2024

No, it is a head call. Under the hood it always does multiple calls.
Exactly what is being broken by this?

from cowj.

hemil-ruparel-blox avatar hemil-ruparel-blox commented on August 16, 2024

Nothing major actually. The storage proxy when a file was not found, we used to get 404 because dumpb returned null. Now, it is returning 200 with empty body. The fix is to check if the body is empty before returning which I have done but just wanted to point this out

from cowj.

nmondal avatar nmondal commented on August 16, 2024

@hemil-ruparel-blox take a look around, this is fixed now with protocol change in the Storage ensuring people must conform to this.

from cowj.

hemil-ruparel-blox avatar hemil-ruparel-blox commented on August 16, 2024

Working as of 7b783ca. A file that does not exist, returns null

from cowj.

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.