-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
123 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
name: 'S3 Exists' | ||
description: 'Check if a file or directory exists within an S3 bucket' | ||
name: 'S3 Utility' | ||
description: 'Execute various s3 (ls, sync, rm) and s3 helper commands (exists)' | ||
author: 'The Events Calendar (support@theeventscalendar.com)' | ||
branding: | ||
icon: file | ||
color: blue | ||
outputs: | ||
exists: | ||
description: \'true\' if file or directory exists, \'false\' otherwise | ||
description: With the exists s3 helper command - \'true\' if file or directory exists, \'false\' otherwise | ||
ls_output: | ||
description: Output from \'aws s3 ls\' command | ||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' |
This file contains 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