s3transfer icon indicating copy to clipboard operation
s3transfer copied to clipboard

Add tagging to object

Open hyoav opened this issue 8 years ago • 2 comments

Can you add 'Tagging' to the ALLOWED_UPLOAD_ARGS? (boto3 put_object doc) Thanks

hyoav avatar Sep 24 '17 17:09 hyoav

Marking as a feature request.

joguSD avatar Sep 25 '17 16:09 joguSD

This would be very helpful for me as well. I avoid using the upload_file() call because it does not support Tagging, so I am forced to read the contents into memory and use put_object() simply because I want to have the files Tagged when created.

smithericsmith avatar Dec 13 '19 15:12 smithericsmith