Merge "Add cli running example for s3 and swift log uploaders"
This commit is contained in:
commit
23cff8eeb4
@ -22,6 +22,10 @@ __metaclass__ = type
|
||||
|
||||
"""
|
||||
Utility to upload files to s3
|
||||
|
||||
Run this from the CLI from the zuul-jobs/roles directory with:
|
||||
|
||||
python -m upload-logs-base.library.zuul_s3_upload
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
@ -22,6 +22,10 @@ __metaclass__ = type
|
||||
|
||||
"""
|
||||
Utility to upload files to swift
|
||||
|
||||
Run this from the CLI from the zuul-jobs/roles directory with:
|
||||
|
||||
python -m upload-logs-base.library.zuul_swift_upload
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
Loading…
x
Reference in New Issue
Block a user