@pixlcore/xyplug-s3 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/logo.png +0 -0
- package/package.json +1 -1
- package/xyops.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<p align="center"><img src="https://raw.githubusercontent.com/pixlcore/xyplug-s3/refs/heads/main/logo.png" height="
|
|
1
|
+
<p align="center"><img src="https://raw.githubusercontent.com/pixlcore/xyplug-s3/refs/heads/main/logo.png" height="160" alt="S3 Toolbox"/></p>
|
|
2
2
|
<h1 align="center">S3 Toolbox</h1>
|
|
3
3
|
|
|
4
4
|
An AWS S3 event plugin for the [xyOps Workflow Automation System](https://xyops.io). It can upload, download, move, copy, list, grep, and delete files in S3 buckets, and is designed to work naturally with xyOps job input and output files.
|
package/logo.png
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixlcore/xyplug-s3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "An AWS S3 utility plugin for the xyOps workflow automation system.",
|
|
5
5
|
"author": "Joseph Huckaby <jhuckaby@pixlcore.com>",
|
|
6
6
|
"homepage": "https://github.com/pixlcore/xyplug-s3",
|
package/xyops.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"title": "S3 Toolbox",
|
|
11
11
|
"enabled": true,
|
|
12
12
|
"type": "event",
|
|
13
|
-
"command": "npx -y @pixlcore/xyplug-s3@1.0.
|
|
13
|
+
"command": "npx -y @pixlcore/xyplug-s3@1.0.2",
|
|
14
14
|
"script": "",
|
|
15
15
|
"kill": "parent",
|
|
16
16
|
"notes": "Upload, download, move, copy, list, grep, and delete your files in S3 buckets.",
|
|
17
17
|
"icon": "aws",
|
|
18
18
|
"env": {
|
|
19
|
-
"AWS_ACCESS_KEY_ID": "
|
|
20
|
-
"AWS_SECRET_ACCESS_KEY": "
|
|
19
|
+
"AWS_ACCESS_KEY_ID": "",
|
|
20
|
+
"AWS_SECRET_ACCESS_KEY": ""
|
|
21
21
|
},
|
|
22
22
|
"params": [
|
|
23
23
|
{
|