You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: core/src/plugins/access.s3/manifest.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
<paramname="REGION"type="select"choices="us-east-1|US Standard (Virginia),us-west-1|US West 1 (Northern California),us-west-2|US West 2 (Oregon),eu-west-1|EU (Ireland), ap-southeast-2|South-East (Sydney), ap-southeast-1|South-East (Singapore),ap-northeast-1|Asia Pacific (Japan),sa-east-1|South America (Sao Paulo),us-gov-west-1|EU Governement Cloud"label="CONF_MESSAGE[Region]"description="CONF_MESSAGE[S3 storage region]"mandatory="true"/>
14
14
<paramname="STORAGE_URL"type="string"label="CONF_MESSAGE[Storage URL]"description="CONF_MESSAGE[Replace default AWS access points (built from region). Set a full URL, including protocol]"mandatory="false"/>
15
15
<paramname="CONTAINER"type="string"label="CONF_MESSAGE[Container]"description="CONF_MESSAGE[Root container in the S3 storage]"mandatory="true"/>
16
+
<paramname="PROXY"type="string"label="CONF_MESSAGE[Proxy]"description="CONF_MESSAGE[If you are using a proxy, for example: 127.0.0.1:80 or username:[email protected]:8080]"mandatory="false"/>
17
+
<paramname="IS_VIPR"type="boolean"label="CONF_MESSAGE[Is ViPR]"description="CONF_MESSAGE[If the backend storage is an EMC ViPR storage]"mandatory="false"/>
0 commit comments