Skip to content

Does aws s3 removes the space between the key's parameter?

0

I am trying to put a tag on an object: aws s3api put-bucket-tagging --bucket bkt --tagging '{"TagSet": [{ "Key": "Roll Number", "Value": "1"}]}'

Will the aws s3 not process the space between the parameters for key and treat it as RollNumber instead of Roll Number?

asked 2 years ago633 views
1 Answer
0

Hello.

Spaces are preserved.
So, in the command example you shared, "Roll Number" will be registered as the tag key.

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.