public interface S3Service
Modifier and Type | Method and Description |
---|---|
S3Output |
uploadFile(String site,
String profileId,
String filename,
InputStream content)
Requests the file upload using the specified
S3Profile . |
S3Output uploadFile(String site, String profileId, String filename, InputStream content) throws AwsException
S3Profile
.site
- the siteprofileId
- the id of the S3Profile
to use.filename
- the name of the file to uploadcontent
- the file itselfAwsException
- if an error occursCopyright © 2018 CrafterCMS. All rights reserved.