Leiqing
02/21/2023, 7:15 AMYee
Leiqing
02/27/2023, 3:24 PMaws --region ap-east-1 --endpoint-url <https://bucket.vpce-0bc61e1834692b45c-4re8q9i4.s3.ap-east-1.vpce.amazonaws.com> s3 ls s3://<bucket_name>
This will optimize our use case as this endpoint allows us to access s3 via VPC rather than through public internet.
We’d like to specify endpoint url as <https://bucket.vpce-0bc61e1834692b45c-4re8q9i4.s3.ap-east-1.vpce.amazonaws.com>
for Flyte to use.
I can see Stow supports this config (https://github.com/graymeta/stow/blob/master/s3/config.go#L43), but I’m not sure if flyte supports it and how I should specify this config in the charts.Kevin Su
02/27/2023, 4:35 PMLeiqing
02/27/2023, 4:39 PMKevin Su
02/27/2023, 6:23 PMLeiqing
02/27/2023, 6:31 PMTyler Su
03/10/2023, 8:55 PMKevin Su
03/10/2023, 9:31 PM