Package org.jets3t.service.utils

Class Summary
ByteFormatter Formats numeric byte values into human-readable strings.
FileComparer File comparison utility to compare files on the local computer with objects present in an S3 account and determine whether there are any differences.
FileComparerResults A simple container class to store the results generated by FileComparer.buildDiscrepancyLists(Map, Map).
Mimetypes Utility class that maintains a listing of known Mimetypes, and determines the mimetype of files based on file extensions.
ObjectUtils Utility class for preparing files for upload into S3, or for download from S3.
RestUtils Utilities useful for REST/HTTP S3Service implementations.
ServiceUtils General utility methods used throughout the jets3t project.
TimeFormatter Formats time values into human-readable strings.