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 specifying PUT options when using BufWriter #5692

Closed
netthier opened this issue Apr 25, 2024 · 1 comment · Fixed by #5693
Closed

Allow specifying PUT options when using BufWriter #5692

netthier opened this issue Apr 25, 2024 · 1 comment · Fixed by #5693
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface

Comments

@netthier
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

I want to specify attributes for objects uploaded via the BufWriter interface.

Describe the solution you'd like

I'd like to be able to pass options similar to those accepted by put_opts and put_multipart_opts to a new BufWriter instance.

Describe alternatives you've considered

An alternative would be to use put_opts and put_multipart_opts directly, but I'd prefer not to re-implement the BufWriter interface. Alternatively the options could be set on the object after the fact, though I'm unsure how that can be done with this crate.

@netthier netthier added the enhancement Any new improvement worthy of a entry in the changelog label Apr 25, 2024
@tustvold tustvold added the object-store Object Store Interface label May 10, 2024
@tustvold
Copy link
Contributor

label_issue.py automatically added labels {'object-store'} from #5693

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants