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

Allow to modify PutObjectInput with s3v2 parquet-go-source #45

Closed
Nitjsefni7 opened this issue Feb 8, 2022 · 1 comment
Closed

Allow to modify PutObjectInput with s3v2 parquet-go-source #45

Nitjsefni7 opened this issue Feb 8, 2022 · 1 comment

Comments

@Nitjsefni7
Copy link

While using func NewS3FileWriterWithClient() we are able to supply uploaderOptions, however we can't modify PutObjectInput

uploadParams := &s3.PutObjectInput{
Bucket: aws.String(s.BucketName),
Key: aws.String(s.Key),
Body: s.pipeReader,
}

Which prevents us for example from defining Metadata for uploaded file.
Would be great to allow supply additional information with PutObjectInput while creating new writer.

Similar issue, but with s3 source: #20

@xrn
Copy link

xrn commented May 26, 2022

@xitongsys can you take a look on this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants