Skip to content

Commit cd3ff2c

Browse files
Add service metadata file (#23)
Adds a `metadata.yaml` file to the root of the repository to describe the service's metadata and versions.
1 parent dcd8df2 commit cd3ff2c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
service:
2+
full_name: "Amazon Simple Storage Service"
3+
short_name: "S3"
4+
link: "https://aws.amazon.com/s3/"
5+
documentation: "https://docs.aws.amazon.com/AmazonS3/latest/userguide/index.html"
6+
api_versions:
7+
- api_version: v1alpha1
8+
status: available

0 commit comments

Comments
 (0)