Safoine Ben Hmida

Results 2 issues of Safoine Ben Hmida

I tried running the example of NodeJS but it kept giving me this error ``` const Caman = require('caman').Caman; Caman("user-icon.jpg", function () { this.brightness(40); this.render(function () { this.save("./output.png"); }); });...

The application we are working with uploads objects to buckets with Object Lock enabled, where a retention period is set, using `usePresignedUpload()`. However, as per the AWS documentation, it is...