Add S3 Access Points and S3 Object Lambda Access Points icons (#1083)

pull/1087/head
Yoshiaki Yoshida 9 months ago committed by GitHub
parent 3e1fc19db2
commit b6ee6e00cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,6 +60,10 @@ class MultipleVolumesResource(_Storage):
_icon = "multiple-volumes-resource.png"
class S3AccessPoints(_Storage):
_icon = "s3-access-points.png"
class S3GlacierArchive(_Storage):
_icon = "s3-glacier-archive.png"
@ -72,6 +76,10 @@ class S3Glacier(_Storage):
_icon = "s3-glacier.png"
class S3ObjectLambdaAccessPoints(_Storage):
_icon = "s3-object-lambda-access-points.png"
class SimpleStorageServiceS3BucketWithObjects(_Storage):
_icon = "simple-storage-service-s3-bucket-with-objects.png"

@ -1496,6 +1496,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/storage/multiple-volumes-resource.png" alt="MultipleVolumesResource" style="float: left; padding-right: 5px;" >
**diagrams.aws.storage.MultipleVolumesResource**
<img width="30" src="/img/resources/aws/storage/s3-access-points.png" alt="S3AccessPoints" style="float: left; padding-right: 5px;" >
**diagrams.aws.storage.S3AccessPoints**
<img width="30" src="/img/resources/aws/storage/s3-glacier-archive.png" alt="S3GlacierArchive" style="float: left; padding-right: 5px;" >
**diagrams.aws.storage.S3GlacierArchive**
@ -1505,6 +1508,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/storage/s3-glacier.png" alt="S3Glacier" style="float: left; padding-right: 5px;" >
**diagrams.aws.storage.S3Glacier**
<img width="30" src="/img/resources/aws/storage/s3-object-lambda-access-points.png" alt="S3ObjectLambdaAccessPoints" style="float: left; padding-right: 5px;" >
**diagrams.aws.storage.S3ObjectLambdaAccessPoints**
<img width="30" src="/img/resources/aws/storage/simple-storage-service-s3-bucket-with-objects.png" alt="SimpleStorageServiceS3BucketWithObjects" style="float: left; padding-right: 5px;" >
**diagrams.aws.storage.SimpleStorageServiceS3BucketWithObjects**

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save