cc_staff
172
edits
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
Access key and Secret key are your identifiers for Amazon S3. Leave them empty for using the env variables. | Access key and Secret key are your identifiers for Amazon S3. Leave them empty for using the env variables. | ||
Access Key []: 20_DIGIT_ACCESS_KEY | Access Key []: `**`20_DIGIT_ACCESS_KEY`**` | ||
Secret Key []: 40_DIGIT_SECRET_KEY | Secret Key []: `**`40_DIGIT_SECRET_KEY`**` | ||
Default Region [US]: | Default Region [US]: | ||
Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. | Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. | ||
S3 Endpoint []: object-arbutus.cloud.computecanada.ca | S3 Endpoint []: `**`object-arbutus.cloud.computecanada.ca`**` | ||
Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used | Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used | ||
if the target S3 system supports dns based buckets. | if the target S3 system supports dns based buckets. | ||
DNS-style bucket+hostname:port template for accessing a bucket []: object-arbutus.cloud.computecanada.ca | DNS-style bucket+hostname:port template for accessing a bucket []: `**`object-arbutus.cloud.computecanada.ca`**` | ||
Encryption password is used to protect your files from reading | Encryption password is used to protect your files from reading | ||
by unauthorized persons while in transfer to S3 | by unauthorized persons while in transfer to S3 | ||
Encryption password []: PASSWORD | Encryption password []: `**`PASSWORD`**` | ||
Path to GPG program []: /usr/bin/gpg | Path to GPG program []: `**`/usr/bin/gpg`**` | ||
When using secure HTTPS protocol all communication with Amazon S3 | When using secure HTTPS protocol all communication with Amazon S3 | ||
servers is protected from 3rd party eavesdropping. This method is | servers is protected from 3rd party eavesdropping. This method is | ||
slower than plain HTTP, and can only be proxied with Python 2.7 or newer | slower than plain HTTP, and can only be proxied with Python 2.7 or newer | ||
Use HTTPS protocol []: Yes | Use HTTPS protocol []: `**`Yes`**` | ||
On some networks all internet access must go through a HTTP proxy. | On some networks all internet access must go through a HTTP proxy. |