-
Notifications
You must be signed in to change notification settings - Fork 64
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
optionally can define endpoint URL #103
Conversation
I'll check and fix that linter error, but the unit test error looks a bit strange to me. It seems like it's failing to another adapter |
@stnguyen90 Please confirm my suspicions, but as I see these lint problems are not related to my changes |
Yes, you can ignore that failing unit test
The lint problems might be related as it mentions the S3.php file and you modified that file. You can easily fix the lint problems by running the formatter ( |
@schneidermr, were you able to test this adapter with a couple of different providers to make sure it works? Can you provide some screenshots of successful tests? |
I've to find some free providers for the test because I'm using GCP, but until that here is the demo with Cloudflare R2. r2.mp4 |
PR looks good, but we need tests to pass before we can merge. |
@eldadfux it seems the problem is not in the code. |
Checking the latest open PRs: it looks like they are all failing the unit tests due to the empty variable. Are the secrets properly set in the repo and readable by the Action executed on a PR from a non-member? The secrets are not readable from actions run on GitHub doc reference: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflows-in-forked-repositories and https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target |
c9138e5
into
utopia-php:feat-generic-s3
Nice workaround @lohanidamodar , I hope you don't plan to do this for every PR 😆 |
With my changes, the S3 module will be able to support other storage with S3 compatible API's
Fixes: #28