Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MinIO Sever support #50

Open
davidspiola opened this issue Nov 10, 2021 · 2 comments
Open

MinIO Sever support #50

davidspiola opened this issue Nov 10, 2021 · 2 comments
Assignees
Labels

Comments

@davidspiola
Copy link

I did some debugging regarding MinIO support. As AFAICT, the API handling has changed a bit. To work properly, the bucketName has to be part of the mandatory prefix.

It works again with a minor change in S3Target.php Line 250 and the according prefixes for storage and target. But I can't tell if it breaks Google and AWS server support and wonder what the best way for MinIO support would be? A dedicated Target Class seems a bit much for such a small change.

I'm happy to contribute with some guidance :-)

Screenshot 2021-11-10 at 11 13 51

@dfeyer
Copy link
Contributor

dfeyer commented Dec 26, 2021

@davidspiola I use this package with Minio in local kubernetes cluster and works pretty fine without hacking the source code.

@kdambekalns kdambekalns self-assigned this Feb 3, 2022
@kdambekalns
Copy link
Member

@davidspiola Any further feedback on this? What versions (MinIO and this package) are involved?

@kdambekalns kdambekalns added the bug label Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants