mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
add debug message to mark when syncing to Amazon S3 starts
This commit is contained in:
parent
d2b5b86ed5
commit
e8e94e1020
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ def update_awsbucket(repo_section):
|
||||||
Requires AWS credentials set in config.py: awsaccesskeyid, awssecretkey
|
Requires AWS credentials set in config.py: awsaccesskeyid, awssecretkey
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
logging.debug('Syncing "' + repo_section + '" to Amazon S3 bucket "'
|
||||||
|
+ config['awsbucket'] + '"')
|
||||||
|
|
||||||
import libcloud.security
|
import libcloud.security
|
||||||
libcloud.security.VERIFY_SSL_CERT = True
|
libcloud.security.VERIFY_SSL_CERT = True
|
||||||
from libcloud.storage.types import Provider, ContainerDoesNotExistError
|
from libcloud.storage.types import Provider, ContainerDoesNotExistError
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue