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

File upload component for azure blob #12530

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

melohagan
Copy link
Collaborator

Description

Updated the S3Upload component and action to be generic, supporting both S3 and Azure Blob Storage.

I was pleased that this didn't turn out to require as much effort as I feared because both work in a very similar way.

Unfortunately the refactor of the manifest to use a generic name and not specifically reference S3 causes backwards compatibility issues - you would need to re-add the file upload components, and re-configure the upload actions.
Is there a deprecation process I could follow for that?

Addresses

Screenshots

Screenshot 2023-12-08 at 11 38 22
Adding the datasource

Screenshot 2023-12-08 at 11 39 10
Connecting

Screenshot 2023-12-08 at 11 39 50
List blobs (files)

Screenshot 2023-12-08 at 11 41 38
Deleting '2302.gif' from the '01' directory

Screenshot 2023-12-08 at 11 42 19
S3Upload component is now simply 'File Upload' component

Screenshot 2023-12-08 at 11 43 03
Select an S3 or Azure Blob Storage datasource

Uploading:
https://github.com/Budibase/budibase/assets/101575380/fadb58c1-5eb4-4780-aedf-f9d93823c3aa

@github-actions github-actions bot added the stale label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant