Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for s3SchemaVersion (0.21 sec)

  1. internal/event/event.go

    	VersionID    string            `json:"versionId,omitempty"`
    	Sequencer    string            `json:"sequencer"`
    }
    
    // Metadata represents event metadata.
    type Metadata struct {
    	SchemaVersion   string `json:"s3SchemaVersion"`
    	ConfigurationID string `json:"configurationId"`
    	Bucket          Bucket `json:"bucket"`
    	Object          Object `json:"object"`
    }
    
    // Source represents client information who triggered the event.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Jun 20 00:53:08 GMT 2023
    - 3.4K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    ","eventSource":"aws:s3","awsRegion":"","eventTime":"2016–09–08T22:34:38.226Z","eventName":"s3:ObjectCreated:Put","userIdentity":{"principalId":"minio"},"requestParameters":{"sourceIPAddress":"10.1.10.150:44576"},"responseElements":{},"s3":{"s3SchemaVersion":"1.0","configurationId":"Config","bucket":{"name":"images","ownerIdentity":{"principalId":"minio"},"arn":"arn:aws:s3:::images"},"object":{"key":"myphoto.jpg","size":200436,"sequencer":"147279EAF9F40933"}}}],"level":"info","msg":"","time":"20...
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
Back to top