Uh oh!
There was an error while loading. Please reload this page.
optionally can define endpoint URL - #103
Conversation
schneidermr
commented
Nov 21, 2023
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 |
schneidermr
commented
Nov 21, 2023
@stnguyen90 Please confirm my suspicions, but as I see these lint problems are not related to my changes |
stnguyen90
commented
Nov 23, 2023
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? |
schneidermr
commented
Dec 1, 2023
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 |
eldadfux
commented
Dec 30, 2023
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 |
pietrodicaprio
commented
Jan 22, 2024
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