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-3352-add-support-endpoint-url-for-s3 #7172

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

Conversation

schneidermr
Copy link

@schneidermr schneidermr commented Nov 18, 2023

What does this PR do?

Optionally can define an endpoint URL to make the S3 storage more generic and now able to support other S3 compatible API storage

Test Plan

Use the new _APP_STORAGE_S3_ENDPOINT_URL environment variable to define any S3 storage API. In example, you can test it with Cloudflare R2. First setup the R2 in an account and after that use the same endpoint URL as described in the docs: <ACCOUNT_ID>.r2.cloudflarestorage.com

Related PRs and Issues

Checklist

  • Have you read the Contributing Guidelines on issues?
  • If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?

@schneidermr
Copy link
Author

This changes also depends on the utopia storage module's change:
utopia-php/storage#103

@schneidermr schneidermr changed the title add support endpoint URL for S3 feat-3352-add-support-endpoint-url-for-s3 Nov 18, 2023
@schneidermr
Copy link
Author

And here are the changes related to the documentation: appwrite/website#361

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.

None yet

1 participant