-
Notifications
You must be signed in to change notification settings - Fork 64
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
"ExtraArgs" option is not available while uploading a file/folder to S3 via CloudPath #254
Comments
Thanks for filing @gaisensei! @benbemoh has a sample implementation here which is relevant for the discussion. I think we'd like to support passing the A few open questions/thoughts on this topic:
|
IMHO, the issue with |
@benbemoh @gaisensei Thanks for the helpful discussion here. We've added the ability to pass extra args to the client in #307. See the updates to the documentation for how to pass the args to the client: You can test it in version |
If users want to add User defined metadata tags while uploading to S3 they should be able to do so, but currently can't find a way for this using CloudPath function upload_from(). It would be great to have this implementation and I can contribute to enabling this feature if needed.
The text was updated successfully, but these errors were encountered: