Merge "Add cli running example for s3 and swift log uploaders"

This commit is contained in:
Zuul 2022-08-12 07:25:47 +00:00 committed by Gerrit Code Review
commit 23cff8eeb4
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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