Skip to content

Commit

Permalink
Add S3 Access Points and S3 Object Lambda Access Points icons (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakakakakku authored Dec 29, 2024
1 parent 3e1fc19 commit b6ee6e0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions diagrams/aws/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand Down
6 changes: 6 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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**

Expand Down
Binary file added resources/aws/storage/s3-access-points.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6ee6e0

Please sign in to comment.