-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paths3proxy.conf.example
36 lines (29 loc) · 1.17 KB
/
s3proxy.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
################################################################################
# s3proxy config
#
# Note: Do not use quotes("", '') around any values
################################################################################
################################################################################
# AWS API auth creditials
################################################################################
[AWSauth]
# AWS Access Key
aws_access_key = <Insert AWS Access Key>
# AWS Secret Key
aws_secret_key = <Insert AWS Secret Key>
################################################################################
# S3 configuration
################################################################################
[S3config]
# S3 bucket name
s3_bucket = up-test-bk
# S3 API signature timeout in seconds (default 600 - 10 minutes)
signature_timeout = 600
################################################################################
# SQS configuration
################################################################################
[SQSconfig]
# Whether or not to add job to SQS (Blank for false)
enabled = True
# Name of job queue in SQS
queue_name = s3proxy_upload