Skip to content

Instantly share code, notes, and snippets.

View zzip's full-sized avatar

Dale Hofkens zzip

  • Valid Solutions
  • Belgium
View GitHub Profile
@zzip
zzip / put_to_s3.sh
Last active July 16, 2025 10:12 — forked from gbhorwood/put_to_s3.sh
upload file to s3 bash script
#!/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.
#