Uses of Class
dev.jensderuiter.minecraft_imagery.storage.StorageException
Packages that use StorageException
-
Uses of StorageException in dev.jensderuiter.minecraft_imagery.storage
Methods in dev.jensderuiter.minecraft_imagery.storage that throw StorageExceptionModifier and TypeMethodDescriptionFetch an image from the local storage.Fetch an image from the S3 bucket.S3StorageProvider.generateDownloadUrl(UUID uuid) Generate an S3 presigned url that's valid for one day.default StringStorageProvider.generateDownloadUrl(UUID uuid) voidRemove an image from the S3 bucket.voidRemove an image from the S3 bucket.voidLocalStorageProvider.store(BufferedImage image) Store an image in the local storage.S3StorageProvider.store(BufferedImage image) Store an image in the S3 bucket.StorageProvider.store(BufferedImage image)