Class S3ArtifactStoreGetter
- java.lang.Object
-
- com.netflix.spinnaker.kork.artifacts.artifactstore.s3.S3ArtifactStoreGetter
-
- All Implemented Interfaces:
ArtifactStoreGetter
public class S3ArtifactStoreGetter extends java.lang.Object implements ArtifactStoreGetter
Retrieve objects from an s3 compatible service
-
-
Constructor Summary
Constructors Constructor Description S3ArtifactStoreGetter(software.amazon.awssdk.services.s3.S3Client s3Client, org.springframework.security.access.PermissionEvaluator permissionEvaluator, java.lang.String bucket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Artifactget(ArtifactReferenceURI uri, ArtifactDecorator... decorators)get will return the Artifact with the provided id, and will lastly run theArtifactDecoratorto further populate the artifact for returning
-
-
-
Method Detail
-
get
public Artifact get(ArtifactReferenceURI uri, ArtifactDecorator... decorators)
get will return the Artifact with the provided id, and will lastly run theArtifactDecoratorto further populate the artifact for returning- Specified by:
getin interfaceArtifactStoreGetter
-
-