You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding an S3 File Upload component, the S3 Datasource selection remains empty and will not show any of the existing S3 Datasources that have already been added
To Reproduce
Steps to reproduce the behavior:
Add S3 Datasource
Add S3 File Upload Component
Check S3 Datasource selection of the component
Expected behavior
I should be able to select the S3 datasource that has been added for the application.
Screenshots
Desktop (please complete the following information):
Windows 10
Chrome
100.0.4896.88
Additional context
On a sidenote, what kind of fields does the S3 File Upload component integrate with? It doesn't work with the attachments column type for the internal database, and I can't find any of the column types for the SQL (in my case, PostgreSQL) tables either that integrates with the component
The text was updated successfully, but these errors were encountered:
Hey @daawaan. The S3 upload component only works with real AWS S3 at the moment, so any datasources which use custom endpoints won't be listed. That could be a good feature request though.
In terms of integrating with other fields - it's actually best integrated just with a text field. Uploading the file is a button action, and you can use the result of the upload in further actions (e.g. a save row).
The flow might look like:
Validate form
Upload file
Save row (use the resulting URL from the previous action, and save that inside a text field to use later). A binding like {{ Action 2.File URL }} is available.
Going to close this off since it isn't a bug, but feel free to open a feature request for allowing the S3 upload to work with S3-compatibile datasources if that's something you need.
Hey @aptkingston, thanks for the reply! I checked the first pull request for the S3 File Upload component and from what I understood, the Endpoint field has to be empty in order for the S3 Datasource to show up in the S3 File Upload component?
I think the current Form for the S3 Datasource is misleading from a UX standpoint. Instead of filtering out the datasources with the endpoint field filled in, the S3 Datasource form shouldn't let users enter a custom endpoint instead. My suggestion is to add a validation guard for the Endpoint field instead to check if it is an S3-compatible endpoint
Describe the bug
When adding an S3 File Upload component, the S3 Datasource selection remains empty and will not show any of the existing S3 Datasources that have already been added
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to select the S3 datasource that has been added for the application.
Screenshots
Desktop (please complete the following information):
Additional context
On a sidenote, what kind of fields does the S3 File Upload component integrate with? It doesn't work with the attachments column type for the internal database, and I can't find any of the column types for the SQL (in my case, PostgreSQL) tables either that integrates with the component
The text was updated successfully, but these errors were encountered: