Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Content (0.22 sec)

  1. internal/config/lambda/event/event.go

    //	    "accessPointArn": "...",
    //	    "supportingAccessPointArn": "...",
    //	    "payload": ""
    //	  },
    //	  "userRequest": {
    //	    "url": "...",
    //	    "headers": {
    //	      "Host": "...",
    //	      "X-Amz-Content-SHA256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    //	    }
    //	  },
    //	  "userIdentity": {
    //	    "type": "IAMUser",
    //	    "principalId": "AIDAJF5MO57RFXQCE5ZNC",
    //	    "arn": "...",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Mar 07 16:12:41 GMT 2023
    - 2.6K bytes
    - Viewed (0)
  2. internal/event/event.go

    	Port      string `json:"port"`
    	UserAgent string `json:"userAgent"`
    }
    
    // Event represents event notification information defined in
    // http://docs.aws.amazon.com/AmazonS3/latest/dev/notification-content-structure.html.
    type Event struct {
    	EventVersion      string            `json:"eventVersion"`
    	EventSource       string            `json:"eventSource"`
    	AwsRegion         string            `json:"awsRegion"`
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 20 00:53:08 GMT 2023
    - 3.4K bytes
    - Viewed (0)
Back to top