Support bucket/object tagging command#1283
Conversation
|
Looks nice, thank you. |
|
So, after looking at this, I think that it would be nice to be able to directly take the "tag" values for Here the xml is kind of just the request content, but there is no complex logic or customization that could request to expose that to the user. What I would think would be something like that: The & is mostly not used for tags, so could be an ok separator I think, but it requires to use quotes otherwise "the shell" might interpret it. And I'm thinking better to not separate by space as different argument each tag, because it might be good, in the future, to allow to have multiple files set in one time. What do you think about that? (btw the way, not for now, but for the future, I'm thinking about adding --iformat and --oformat flags to be able to specify different formats for input or outputs. |
3add791 to
96b0dcc
Compare
96b0dcc to
ca56e42
Compare
|
@fviard It looks better! I've updated the code. |
|
Finally merged. Sorry for the delay and thank you for the feature :-) |
Support Put/Get/DeleteBucketTagging & Put/Get/DeleteObjectTagging ( resolve #911 )
AWS Spec Ref