From 455932219fc49edd2e6a52f664c0c192a58c284e Mon Sep 17 00:00:00 2001 From: Dennis Tsang Date: Wed, 11 Oct 2017 22:22:36 -0700 Subject: [PATCH] Add Tagging and TaggingDirective to upload parameters --- s3transfer/manager.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/s3transfer/manager.py b/s3transfer/manager.py index 4816f171..993f1324 100644 --- a/s3transfer/manager.py +++ b/s3transfer/manager.py @@ -175,6 +175,7 @@ class TransferManager(object): 'SSECustomerKey', 'SSECustomerKeyMD5', 'SSEKMSKeyId', + 'Tagging', 'WebsiteRedirectLocation' ] @@ -186,7 +187,8 @@ class TransferManager(object): 'CopySourceSSECustomerAlgorithm', 'CopySourceSSECustomerKey', 'CopySourceSSECustomerKeyMD5', - 'MetadataDirective' + 'MetadataDirective', + 'TaggingDirective' ] ALLOWED_DELETE_ARGS = [