From 3808836c67349fb7966fbfa7df8840c7d9fc9183 Mon Sep 17 00:00:00 2001 From: Craig London Date: Sun, 19 Feb 2017 13:24:50 -0500 Subject: [PATCH] Add pattern for Amazon S3 --- src/apps.json | 10 ++++++++++ src/icons/aws-s3.svg | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100755 src/icons/aws-s3.svg diff --git a/src/apps.json b/src/apps.json index 0a2c7d0d0..70e56459b 100755 --- a/src/apps.json +++ b/src/apps.json @@ -435,6 +435,16 @@ }, "website": "www.w3.org/Amaya" }, + "Amazon S3": { + "cats": [ + 19 + ], + "headers": { + "Server": "AmazonS3" + }, + "icon": "aws-s3.svg", + "website": "aws.amazon.com/s3/" + }, "Ametys": { "cats": [ 1 diff --git a/src/icons/aws-s3.svg b/src/icons/aws-s3.svg new file mode 100755 index 000000000..70a784357 --- /dev/null +++ b/src/icons/aws-s3.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file