lowcoder
lowcoder copied to clipboard
supporting aliyun oss data source
Proposed changes
Add a data source plugin that supports Alibaba Cloud OSS (Object Storage Service) .
Allow some operations on stored object through the form of accessing OSS resources via STS (Security Token Service).
- List
- Put
Types of changes
What types of changes does your code introduce to Lowcoder?
Put an x in the boxes that apply.
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update (if none of the other choices apply)
Checklist
You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help!
This is simply a reminder of what we are going to look for before merging your code.
Put an x in the boxes that apply.
- [ ] Lint and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation (if appropriate)
- [x] Any dependent changes have been merged and published in downstream modules
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc.
Deploy request for lowcoder-cloud pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | 584827e7ab47705261394362ec1756416159f73f |
What a wonderful contribution! Thank you very much. We can only hope you may find time to enable the delete of files too as you mentioned in the code already...
Thank you very much for your recognition and encouragement! I will implement this feature and update the code as soon as possible.
Deploy request for lowcoder-test pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | 1b05a0eeca5af4626ad0d94a494e96142b6db949 |
We have trouble with the Checks. The Build of the Node Service fails. Let u look into it soon.
Did you find time to look into the reasons, why Node Build fails? The error message is ➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden.
it seems that I should commit the yarn.lock file
We merged it now and fixed small things.
Generally, if you add something tp package.json, you would need to run yarn install before the commit. This helps to keep the package-lock.json in sync and avoid build errors.
However! Thank you very much for this great contribution! We are sure, many community members will find great value in it!