Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.43 KB

AccessMethods.md

File metadata and controls

12 lines (9 loc) · 1.43 KB

AccessMethods

Properties

Name Type Description Notes
Type_ string Enum: ```"s3"``` ```"gs"``` ```"ftp"``` ```"gsiftp"``` ```"globus"``` ```"htsget"``` ```"https"``` ```"file"``` Type of the access method. [default to null]
AccessUrl *AccessUrl [optional] [default to null]
AccessId string 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] [default to null]
Region string Name of the region in the cloud service provider that the object belongs to. [optional] [default to null]

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