diff --git a/s3transfer/__init__.py b/s3transfer/__init__.py index 08b1cadb..90daeacd 100644 --- a/s3transfer/__init__.py +++ b/s3transfer/__init__.py @@ -609,6 +609,7 @@ class S3Transfer(object): 'SSECustomerKey', 'SSECustomerKeyMD5', 'SSEKMSKeyId', + 'Tagging', ] def __init__(self, client, config=None, osutil=None): diff --git a/s3transfer/manager.py b/s3transfer/manager.py index 43cd1137..9dd9b5e3 100644 --- a/s3transfer/manager.py +++ b/s3transfer/manager.py @@ -177,6 +177,7 @@ class TransferManager(object): 'SSECustomerKey', 'SSECustomerKeyMD5', 'SSEKMSKeyId', + 'Tagging', 'WebsiteRedirectLocation' ] @@ -188,7 +189,8 @@ class TransferManager(object): 'CopySourceSSECustomerAlgorithm', 'CopySourceSSECustomerKey', 'CopySourceSSECustomerKeyMD5', - 'MetadataDirective' + 'MetadataDirective', + 'TaggingDirective', ] ALLOWED_DELETE_ARGS = [