From 07c5f5668472cb24720061193cef98ea52cd05e1 Mon Sep 17 00:00:00 2001 From: Farhad Jahangirov Date: Fri, 13 Sep 2019 17:39:25 +0100 Subject: [PATCH] Added API-Tagging parameter --- s4cmd.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/s4cmd.py b/s4cmd.py index b12a57b..52b4269 100755 --- a/s4cmd.py +++ b/s4cmd.py @@ -366,7 +366,9 @@ class BotoClient(object): "Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version"), ("StorageClass", "string", "The type of storage to use for the object. Defaults to 'STANDARD'."), - ("VersionId", "string", + ("Tagging", "string", + "Specifies the tag-set for the object. The tag-set must be encoded as URL Query parameters. (For example, Key1=Value1)"), + ("VersionId", "string", "VersionId used to reference a specific version of the object."), ("WebsiteRedirectLocation", "string", "If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata."),