Phillip Prescher
Phillip Prescher
This would also be helpful for using the GSuite SMTP relay. They require the domain name to be in the HELO command. https://support.google.com/a/answer/2956491 Snippet from documentation: > For the Any...
I've patched the method above to work with regular expressions in my project. I'll look into ignoring items per-account and figuring out a way to feed in more information from...
+1 for this. To set an ObjectLock on an uploaded object, AWS [requires](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html#object-lock-retention-periods) that the uploaded file or uploaded parts include the `Content-MD5` header. Otherwise, the client-s3 fails with a...
Okay I figured out a workaround using the existing packages in this library. It seems like there is a package called `@aws-sdk/middleware-apply-body-checksum` that most of the commands in the client-s3...
@ch3apsh0t are there any other parameters you are giving to the Upload() call? When initially trying to debug this, I originally tried really hard to identify the source of the...
I spent several days to figure all of that out and at the end of the day, a MalformedXML error is really a bug with the sdk itself - not...
I wrote a script to split out the markdown from the llms_full.txt. It will split the markdown into each individual component in the same directory. Working great for my use...
Jellyseerr is much more actively maintained, so I'd recommend people switch to that. But unfortunately they disabled snap packages as well.