Aditya Manthramurthy
Aditya Manthramurthy
This issue is happening to me too, but it is happening only when I switch modes in the new emacs frame that pops up. For example, in the new frame...
Depends on Issue 3.
This is still *not* working: ``` $ ./mc od if=/etc/issue of=play/bucket/test mc: Unable to put object. Input part size is smaller than allowed minimum of 5MiB. ``` I checked the...
Please merge this!
> We are still encountering this issue when logging in to MinIO Console in RELEASE.2022-08-26T19-53-15Z. Regularly we see the following message upon clicking the `Login with SSO` button. > >...
I'm still unable to reproduce the issue. Some things to check: 1. If running distributed minio, check that all nodes are running the latest version 2. There is perhaps a...
Thanks, we are able to reproduce this issue - it is because after the redirect from the openid server, the request lands on a different server due to a load...
~~Looks like configuring via env is not working.~~ Nevermind, it works - I didn't know it needs an explicit enable option - `MINIO_NOTIFY_POSTGRES_ENABLE=on`
I dont think the queue is being used @vadmeste: ``` diff --git a/cmd/event-notification.go b/cmd/event-notification.go index 56c4b1a18..18ed6b0bf 100644 --- a/cmd/event-notification.go +++ b/cmd/event-notification.go @@ -110,6 +110,7 @@ func (evnot *EventNotifier) InitBucketTargets(ctx context.Context,...
> Also, as you hint at, in the huge majority of cases (i.e. non-ancient cabal version and build-type: Simple, which has been the default since cabal-version: 2.2), the Setup.hs file...