lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

supporting aliyun oss data source

Open encorearon opened this issue 1 year ago • 6 comments
trafficstars

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.

encorearon avatar Mar 06 '24 09:03 encorearon

Deploy request for lowcoder-cloud pending review.

Visit the deploys page to approve it

Name Link
Latest commit 584827e7ab47705261394362ec1756416159f73f

netlify[bot] avatar Mar 06 '24 09:03 netlify[bot]

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.

encorearon avatar Mar 06 '24 10:03 encorearon

Deploy request for lowcoder-test pending review.

Visit the deploys page to approve it

Name Link
Latest commit 1b05a0eeca5af4626ad0d94a494e96142b6db949

netlify[bot] avatar Mar 06 '24 10:03 netlify[bot]

We have trouble with the Checks. The Build of the Node Service fails. Let u look into it soon.

FalkWolsky avatar Mar 07 '24 12:03 FalkWolsky

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.

FalkWolsky avatar Mar 12 '24 20:03 FalkWolsky

it seems that I should commit the yarn.lock file

encorearon avatar Mar 13 '24 03:03 encorearon

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!

FalkWolsky avatar Sep 27 '24 15:09 FalkWolsky