-

Results 10 comments of -

@ivangonzalezacuna Thank for your reply, I just used minio client for the upload to S3, which type of client did you used for that? I would like to try that...

@ivangonzalezacuna I have tested a the setup again, so minio works well becase when i use mc ls command i got this: ``` user@host:# mc ls s3/test_bucket/test1 0B test2/ user@host:#...

@ivangonzalezacuna I have tested with aws cli tool too, but unfortunatelly I got the same result on backstage GUI. Here is my script for the poc: ``` #!/bin/bash export AWS_ACCESS_KEY_ID="your...

@ivangonzalezacuna It seems to me that when I upload a file to the s3 bucket, it works fine. However, when I attempt to add a file to a folder or...

Hi @ivangonzalezacuna, I have find the problem with this, do you have any offical way to report it for you? Thank you,

> > Hi @ivangonzalezacuna, > > I have find the problem with this, do you have any offical way to report it for you? > > Thank you, > >...

@ivangonzalezacuna Sorry for the late response, so the plugin works perfectly on OpenShift 4.9.10, but the bug manifests itself in a higher version then 4.12.

@ivangonzalezacuna That is a good question, unfortunatelly I do not know :/ Thank you very much for your help!

@ivangonzalezacuna how can I test it? I just have to update the plugin version?

> You can do it by modifying the used version for these packages. As an example, this is how it should look like: > > ``` > "@spreadshirt/backstage-plugin-s3-viewer": "https://github.com/spreadshirt/backstage-plugin-s3.git#11ae77825dfab21b0e51dc25acc69d1a4b0fa4e6", >...