Class S3


  • public class S3
    extends Object
    The s3 key provides information about the bucket and object involved in the event. The object key name value is URL encoded. For example, "red flower.jpg" becomes "red+flower.jpg" (Amazon S3 returns "application/x-www-form-urlencoded" as the content type in the response).
    • Method Detail

      • getConfigurationId

        public String getConfigurationId()
        Returns:
        the ID found in the bucket notification configuration
      • getBucket

        public S3Bucket getBucket()
        Returns:
        the bucket information.
      • getObject

        public S3Object getObject()
        Returns:
      • getS3SchemaVersion

        public String getS3SchemaVersion()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object