Pau Ballart
Pau Ballart
Perfect, I will prepare that 👍 Thanks
Hello! Sorry I forgot about this one 😓 Here you have the sample project: https://github.com/pballart/soto-s3-digitalocean You just need to configure the access to the bucket and try the `deleteImage` endpoint.
Thanks for the details. I opened a ticket in their support center with a link to this discussion. I'll keep you posted 👍
What would be the advantage of writing a middleware instead of adding it by default for all cases? Or is there a case where adding this is not encouraged? I...
That makes sense. I'll try the middleware and let you know 👍
Me again 😓 I added the middleware but it's still not working: https://github.com/pballart/soto-s3-digitalocean/blob/content-length-header/Sources/App/ContentLengthHeaderMiddleware.swift You can check it in the [content-length-header ](https://github.com/pballart/soto-s3-digitalocean/tree/content-length-header)branch.
Hi, After `pod install` you need to include the bridging header `#import "CRMotionView/CRMotionView.h"` Then in your view controller `import CRMotionView`. Finally, you can use the initializer `CRMotionView(frame: self.view.bounds, image: image)`...