issues
search
jamf
/
jamfprotect
A repository for open-source resources created for use with or alongside Jamf Protect.
MIT License
188
stars
26
forks
source link
S3 diagnostics fixes
#128
Closed
mikelevenick
closed
4 months ago
mikelevenick
commented
4 months ago
A few minor fixes for the s3 workflow.
Fixed a capitalization issue in a function name so cleanup runs correctly
Adjusted logic for the file checker to be "within the last 10 minutes" not "older than 10 minutes"
Moved file checker into the correct function to check for file existence after file creation not before
Removed redundant upload call
Removed redundant CLI install
A few minor fixes for the s3 workflow.