Skip to content

Commit

Permalink
Add Change Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Mar 18, 2021
1 parent dbfe67c commit 4df11ec
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ID": "feature.s3.manager-feature-1616093328620827000",
"SchemaVersion": 1,
"Module": "feature/s3/manager",
"Type": "feature",
"Description": "Updates for S3 Object Lambda feature",
"MinVersion": "",
"AffectedModules": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ID": "service.internal.s3shared-feature-1616093429190725000",
"SchemaVersion": 1,
"Module": "service/internal/s3shared",
"Type": "feature",
"Description": "Support for S3 Object Lambda",
"MinVersion": "",
"AffectedModules": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ID": "service.s3-feature-1616093381239174000",
"SchemaVersion": 1,
"Module": "service/s3",
"Type": "feature",
"Description": "S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request",
"MinVersion": "",
"AffectedModules": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ID": "service.s3control-feature-1616093391667799000",
"SchemaVersion": 1,
"Module": "service/s3control",
"Type": "feature",
"Description": "S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request",
"MinVersion": "",
"AffectedModules": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"ID": "service.wildcard-bugfix-1616093590156551000",
"SchemaVersion": 1,
"Module": "service/...",
"Type": "bugfix",
"Description": "Updated presign URLs to no longer include the X-Amz-User-Agent header",
"MinVersion": "",
"AffectedModules": [
"service/docdb",
"service/ec2",
"service/neptune",
"service/rds",
"service/s3",
"service/sts"
]
}

0 comments on commit 4df11ec

Please sign in to comment.