feat: create Amazon bundle (#7255)
* create Amazon bundle * Update s3_bucket_uploader.py * update FE tests * [autofix.ci] apply automated fixes * ✅ (dropdownComponent.spec.ts): update test selectors to match the updated component names for better test accuracy ✅ (keyPairListComponent.spec.ts): update test selectors to match the updated component names for better test accuracy * Update filterEdge-shard-1.spec.ts --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
This commit is contained in:
parent
e135b7f341
commit
0d942b264e
13 changed files with 14 additions and 15 deletions
|
|
@ -5,7 +5,7 @@ from pathlib import Path
|
|||
|
||||
import boto3
|
||||
import pytest
|
||||
from langflow.components.data.s3_bucket_uploader import S3BucketUploaderComponent
|
||||
from langflow.components.amazon.s3_bucket_uploader import S3BucketUploaderComponent
|
||||
from langflow.schema.data import Data
|
||||
|
||||
from tests.base import ComponentTestBaseWithoutClient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue