Uses of Class
io.awspring.cloud.s3.Location
Packages that use Location
-
Uses of Location in io.awspring.cloud.s3
Fields in io.awspring.cloud.s3 declared as LocationMethods in io.awspring.cloud.s3 that return LocationModifier and TypeMethodDescriptionS3Resource.getLocation()static LocationCreatesLocationfrom full S3 path s3://bucket-name/object-key.static LocationCreatesLocationfrom bucket (bucket-name)/ object (object-key)Methods in io.awspring.cloud.s3 with parameters of type LocationModifier and TypeMethodDescriptiondefault S3OutputStreamS3OutputStreamProvider.create(Location location, ObjectMetadata metadata) Creates anOutputStreamthat writes data to S3.Constructors in io.awspring.cloud.s3 with parameters of type LocationModifierConstructorDescriptionS3Resource(Location location, software.amazon.awssdk.services.s3.S3Client s3Client, S3OutputStreamProvider s3OutputStreamProvider)