udf2457
udf2457
At present contrib/systemd/opendkim.service.in uses a `network.target` dependency this should be `network-online.target` to ensure the network is fully up and all IPs bound.
As per subject. Given Archive storage is now in general release (https://azure.microsoft.com/en-us/roadmap/azure-archive-storage-and-blob-level-tiering/), it would be good for blobporter to support setting archive upon upload.
Please consider exposing conditional headers `If-Modified-Since`, `If-Unmodified-Since`, `If-Match`,`If-None-Match`. See https://docs.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations for more info.
At the moment, the only option is to list out -n -f on as CLI parameters. It would be great to be able to define these in a file, perhaps...
For those of us who may be thinking about building automation around blobporter, it would be very useful if you could expose the _x-ms-client-request-id_ header as an optional input parameter....
Thank you for your great work on this blake3 implementation for Go. Do you foresee any possibility for you to implement the so-called verified streaming mechanism as described in section...
This issue has been driving me nuts for days. Basically the player would very briefly flash up on load and then disappear, leaving me with something that looks like: The...
### Description At present, the js file is not particularly CSP friendly, you receive errors such as: `Content Security Policy: The page's settings blocked the loading of a resource at...
The [deployment docs](https://docs.min.io/minio/baremetal/installation/deploy-minio-distributed.html) state: > MinIO enables [Transport Layer Security (TLS)](https://docs.min.io/minio/baremetal/security/network-encryption/minio-tls.html#minio-tls) 1.2+ automatically upon detecting a valid x.509 certificate (.crt) and private key (.key) in the MinIO ${HOME}/.minio/certs directory. However,...
Please consider adding documentation for interop with Bazel, in particular `bzlmod` and `gazelle`. Thank you