Objects (OSS SDK for Java 1.0)
OSS SDK for Java 1.0 supports the following operations on objects (files):
-
Uploading files: Upload objects by using simple upload, append upload, resumable upload, or multipart upload. Resumable and multipart uploads help ensure data integrity for large files or unstable networks. An upload progress bar is available for real-time monitoring.
-
Downloading objects: Download objects by using streaming download, download to a local file, range download, resumable download, conditional download, or signed URL download. Resumable downloads can resume from the last breakpoint, which is useful for large files or unstable networks. A download progress bar is available for real-time tracking.
-
Managing objects: Change storage classes, set metadata, rename, delete, and tag objects. You can also configure lifecycle rules to automatically purge expired objects.
-
Managing folders: Organize objects into a directory hierarchy by using forward slashes (/) as delimiters.
-
Data indexing: Create index policies to quickly locate objects in petabyte-scale datasets.
-
LiveChannel management: Create, list, and delete LiveChannels.