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

feat: small adjustment to use local server URL like http://minio:9001 #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jeffdrumgod
Copy link

In this PR:

I performed some validations, mainly for use in Appwrite, in an environment where I am using a local server running an S3-like application, such as Minio Server.

Currently, it is online at http://minio:9001.

For proper functioning, the following requirements are necessary:

Ability to customize the usage protocol, which is currently fixed as https.
Ignore the bucket subdomain and use the bucket as a path-style, where it is currently fixed as a subdomain requirement.

Note

🙏 I took care to maintain existing compatibility and allow the necessary customizations by the user.

Related:

@SOG-web
Copy link

SOG-web commented Sep 24, 2024

please any update on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants