-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Trying to use the new s3v2 apis, I started getting error messages that "I did not specify regions", though I did. Debugging lead me to the following, where the cfgs defined on line 71 are silently ignored by the body:
Lines 66 to 80 in b4f792c
| func NewS3FileWriter( | |
| ctx context.Context, | |
| bucket string, | |
| key string, | |
| uploaderOptions []func(*manager.Uploader), | |
| cfgs ...*aws.Config, | |
| ) (source.ParquetFile, error) { | |
| return NewS3FileWriterWithClient( | |
| ctx, | |
| s3.NewFromConfig(getConfig()), | |
| bucket, | |
| key, | |
| uploaderOptions, | |
| ) | |
| } |
Am I doing something wrong?
sjtower, mcbex and ColdFire87
Metadata
Metadata
Assignees
Labels
No labels