pkelly-nifi commented on PR #5874:
URL: https://github.com/apache/nifi/pull/5874#issuecomment-1164816605

   Thank you for the feedback, @exceptionfactory.  This change does alter 
behavior, but I think it brings it more in line with expectations and how other 
S3 clients behave.  When fetching a specific version's tags, other clients -- 
including the AWS CLI -- give the specific version's tags rather than the 
latest version's tags.
   
   As an example flow, if you do:
   GetFile -> PutS3Object -> TagS3Object (populating the Version ID property)
   ...you'll only ever get the latest version's tags for all versions of the 
object when ListS3 runs.  You won't retrieve the tags you set for each specific 
version.
   
   I had been thinking of this more as a bug where the wrong tags are being 
returned, but I'd be happy to add a property to control which set of tags is 
returned if you think it is necessary for backwards compatibility, even if it 
is unexpected behavior.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to