Gergely Brautigam
Gergely Brautigam
/remove-lifecycle stale
For the record, @sahajavidya if you wish to support your cluster, you can write your own authentication and not use this project if all you need is a Token. Check...
>Who writes tests for personal projects am I right? Tsk, tsk, tsk! :)
@okdana What @glennpratt was saying that the copies are also bad. We realise that this copies the source to the target destination which is just as bad as hardlinks.
Hm, I see what you mean, I might have also misunderstood this. It appears to be working when I tried this.
Yep, thanks this actually worked.
I found what's causing the bug. If I explicitly set creds in the s3 client like this: ```go client := s3.NewFromConfig(cfg, func(options *s3.Options) { options.Credentials = aws.AnonymousCredentials{} }) ``` THEN...
Fantastic! Thank you!