I tried using the following function to pass the tags and meta_tags when uploading a file with a multi-part upload method. It fails miserably, and I would suspect an issue with the source code. Could someone show me if you have successfully used the following function to save the tags and meta tags with the uploaded files?
AWSS3.s3_multipart_upload(aws_config, bucket, key, data, part_size_mb; tags, meta_tags)
I tried using the following function to pass the tags and meta_tags when uploading a file with a multi-part upload method. It fails miserably, and I would suspect an issue with the source code. Could someone show me if you have successfully used the following function to save the tags and meta tags with the uploaded files?