This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#### | |
# Upload one file to configured S3 bucket | |
# | |
# 20240418 gbh | |
# | |
# Accepts the path to the file to upload as its only command-line argument. Uploads | |
# to the S3 bucket configured in the 'Configuration' block below. | |
# |