Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.35 KB

AccessMethods.md

File metadata and controls

12 lines (9 loc) · 1.35 KB

AccessMethods

Properties

Name Type Description Notes
type str Enum: ```"s3"``` ```"gs"``` ```"ftp"``` ```"gsiftp"``` ```"globus"``` ```"htsget"``` ```"https"``` ```"file"``` Type of the access method.
access_url AccessURL [optional]
access_id str An arbitrary string to be passed to the ```/access``` method to get an ```AccessURL```. This string must be unique within the scope of a single object. Note that at least one of ```access_url``` and ```access_id``` must be provided. [optional]
region str Name of the region in the cloud service provider that the object belongs to. [optional]

[Back to Model list] [Back to API list] [Back to README]