Uses of Class
org.frankframework.filesystem.S3FileRef
Packages that use S3FileRef
-
Uses of S3FileRef in org.frankframework.filesystem
Methods in org.frankframework.filesystem that return S3FileRefModifier and TypeMethodDescriptionAmazonS3FileSystem.copyFile(S3FileRef s3Object, String destinationFolder, boolean createFolder, Map<String, String> customFileAttributes) AmazonS3FileSystem.moveFile(S3FileRef f, String destinationFolder, boolean createFolder, Map<String, String> customFileAttributes) AmazonS3FileSystem.renameFile(S3FileRef source, S3FileRef destination) AmazonS3FileSystem.renameFile(S3FileRef source, S3FileRef destination, Map<String, String> customFileAttributes) Creates a local S3Object pointer, not representative with what is stored in the S3 Bucket.Methods in org.frankframework.filesystem that return types with arguments of type S3FileRefMethods in org.frankframework.filesystem with parameters of type S3FileRefModifier and TypeMethodDescriptionvoidAmazonS3FileSystem.appendFile(S3FileRef file, InputStream content) AmazonS3FileSystem.copyFile(S3FileRef s3Object, String destinationFolder, boolean createFolder, Map<String, String> customFileAttributes) voidAmazonS3FileSystem.createFile(S3FileRef f, InputStream content) voidAmazonS3FileSystem.createFile(S3FileRef f, InputStream content, Map<String, String> customFileAttributes) voidAmazonS3FileSystem.deleteFile(S3FileRef f) booleanAmazonS3FileSystem.getAdditionalFileProperties(S3FileRef f) AmazonS3FileSystem.getCanonicalName(S3FileRef f) AmazonS3FileSystem.getCustomFileAttribute(S3FileRef file, String name) longAmazonS3FileSystem.getFileSize(S3FileRef f) AmazonS3FileSystem.getModificationTime(S3FileRef f) AmazonS3FileSystem.getParentFolder(S3FileRef f) booleanAmazonS3FileSystem.list(S3FileRef folder, TypeFilter filter) AmazonS3FileSystem.moveFile(S3FileRef f, String destinationFolder, boolean createFolder, Map<String, String> customFileAttributes) If you retrieve an S3Object, you should close this input stream as soon as possible, because the object content is not buffered in memory and streams directly from Amazon S3.AmazonS3FileSystem.renameFile(S3FileRef source, S3FileRef destination) AmazonS3FileSystem.renameFile(S3FileRef source, S3FileRef destination, Map<String, String> customFileAttributes)