Uses of Class
io.awspring.cloud.s3.S3Resource
Packages that use S3Resource
-
Uses of S3Resource in io.awspring.cloud.s3
Methods in io.awspring.cloud.s3 that return S3ResourceModifier and TypeMethodDescriptionstatic S3Resource
S3Resource.create
(String location, software.amazon.awssdk.services.s3.S3Client s3Client, S3OutputStreamProvider s3OutputStreamProvider) S3Resource.createRelative
(String relativePath) protected S3Resource
S3PathMatchingResourcePatternResolver.createS3Resource
(String location) Creates a S3 resource based on the given location.Downloads object from S3.Stores a Java object in a S3 bucket.default S3Resource
S3Operations.upload
(String bucketName, String key, InputStream inputStream) Uploads data from an input stream to a S3 bucket.S3Operations.upload
(String bucketName, String key, InputStream inputStream, ObjectMetadata objectMetadata) Uploads data from an input stream to a S3 bucket.S3Template.upload
(String bucketName, String key, InputStream inputStream, ObjectMetadata objectMetadata)