Uses of Class
org.craftercms.studio.model.aws.s3.S3Item
Packages that use S3Item
Package
Description
-
Uses of S3Item in org.craftercms.studio.api.v2.service.aws.s3
Methods in org.craftercms.studio.api.v2.service.aws.s3 that return S3ItemModifier and TypeMethodDescriptionAwsS3Service.uploadItem(String siteId, String profileId, String path, String filename, InputStream content) Uploads a file to an S3 bucket.Methods in org.craftercms.studio.api.v2.service.aws.s3 that return types with arguments of type S3Item -
Uses of S3Item in org.craftercms.studio.controller.rest.v2.aws
Methods in org.craftercms.studio.controller.rest.v2.aws that return types with arguments of type S3ItemModifier and TypeMethodDescriptionList items in an S3 bucket.AwsS3Controller.uploadItem(javax.servlet.http.HttpServletRequest request) Upload a file to an S3 bucket. -
Uses of S3Item in org.craftercms.studio.impl.v2.service.aws.s3
Methods in org.craftercms.studio.impl.v2.service.aws.s3 that return S3ItemModifier and TypeMethodDescriptionAwsS3ServiceImpl.uploadItem(String siteId, String profileId, String path, String filename, InputStream content) Uploads a file to an S3 bucket.Methods in org.craftercms.studio.impl.v2.service.aws.s3 that return types with arguments of type S3Item