UploadType
org.sagebionetworks.repo.model.file.UploadType
The enumeration of possible upload types.
Enumeration
| name | description |
|---|---|
| S3 | An upload to an Amazon Web Services S3 bucket |
| GOOGLECLOUDSTORAGE | An upload to a Google Cloud Platform storage bucket |
| SFTP | An upload using the Secure File Transfer Protocol (SFTP). |
| HTTPS | An upload using the HTTPS protocol. |
| PROXYLOCAL | An upload using a local proxy service. |
| NONE | No upload type, for when the upload type is unknown or unspecified |