Class GetTagOperation

  • All Implemented Interfaces:
    S3Operation, ComponentLifecycleExtension

    @ComponentProfile(summary="Get tags associated with an object in S3",
                      since="3.8.4")
    public class GetTagOperation
    extends TagOperation
    Get tags associated with a S3 Object

    Uses AmazonS3Client#getObjectTagging(GetObjectTaggingRequest)

    In the adapter configuration file this class is aliased as amazon-s3-tag-get which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Detail

      • GetTagOperation

        public GetTagOperation()