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.renameFile
(S3FileRef source, S3FileRef destination) 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 TypeMethodDescriptionAmazonS3FileSystem.appendFile
(S3FileRef f) AmazonS3FileSystem.createFile
(S3FileRef f) void
AmazonS3FileSystem.createFile
(S3FileRef f, InputStream content) void
AmazonS3FileSystem.createFile
(S3FileRef f, InputStream content, Map<String, String> customFileAttributes) void
AmazonS3FileSystem.deleteFile
(S3FileRef f) boolean
AmazonS3FileSystem.getAdditionalFileProperties
(S3FileRef f) AmazonS3FileSystem.getCanonicalName
(S3FileRef f) long
AmazonS3FileSystem.getFileSize
(S3FileRef f) AmazonS3FileSystem.getModificationTime
(S3FileRef f) AmazonS3FileSystem.getParentFolder
(S3FileRef f) boolean
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)