@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 CHANGED
@@ -1,4 +1,4 @@
1
- <p align="center"><img src="https://raw.githubusercontent.com/pixlcore/xyplug-s3/refs/heads/main/logo.png" height="128" alt="S3"/></p>
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.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.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": "Your AWS `accessKeyId` credential.",
20
- "AWS_SECRET_ACCESS_KEY": "Your AWS `secretAccessKey` credential."
19
+ "AWS_ACCESS_KEY_ID": "",
20
+ "AWS_SECRET_ACCESS_KEY": ""
21
21
  },
22
22
  "params": [
23
23
  {