Merge pull request #321 from romayalon/tags-order-fix

test_put_obj_with_tags
This commit is contained in:
Ali Maredia 2019-12-10 13:04:08 -05:00 committed by GitHub
commit fc195db725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10869,7 +10869,7 @@ def test_put_obj_with_tags():
eq(body, data)
response = client.get_object_tagging(Bucket=bucket_name, Key=key)
eq(response['TagSet'], tagset)
eq(response['TagSet'].sort(), tagset.sort())
def _make_arn_resource(path="*"):
return "arn:aws:s3:::{}".format(path)