better comments

This commit is contained in:
Hossein Shafagh 2020-10-30 18:28:34 -07:00
parent 3dfafa0021
commit 7bca42776b
1 changed files with 10 additions and 1 deletions

View File

@ -128,7 +128,16 @@ def dnstest(domain, token):
help="Bucket Name",
)
def upload_acme_token_s3(token, token_name, prefix, account_number, bucket_name):
"""
This method serves for testing the upload_acme_token to S3, fetching the token to verify it, and then deleting it.
It mainly serves for testing purposes.
:param token:
:param token_name:
:param prefix:
:param account_number:
:param bucket_name:
:return:
"""
additional_options = [
{
"name": "bucket",