Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Post (0.14 sec)

  1. internal/event/event.go

    	Bucket          Bucket `json:"bucket"`
    	Object          Object `json:"object"`
    }
    
    // Source represents client information who triggered the event.
    type Source struct {
    	Host      string `json:"host"`
    	Port      string `json:"port"`
    	UserAgent string `json:"userAgent"`
    }
    
    // Event represents event notification information defined in
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Jun 20 00:53:08 GMT 2023
    - 3.4K bytes
    - Viewed (0)
  2. internal/config/lambda/event/event.go

    //	    "accessPointArn": "...",
    //	    "supportingAccessPointArn": "...",
    //	    "payload": ""
    //	  },
    //	  "userRequest": {
    //	    "url": "...",
    //	    "headers": {
    //	      "Host": "...",
    //	      "X-Amz-Content-SHA256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    //	    }
    //	  },
    //	  "userIdentity": {
    //	    "type": "IAMUser",
    //	    "principalId": "AIDAJF5MO57RFXQCE5ZNC",
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Mar 07 16:12:41 GMT 2023
    - 2.6K bytes
    - Viewed (0)
Back to top