@activepieces/piece-amazon-s3 0.3.14 → 0.3.16

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.
Files changed (2) hide show
  1. package/package.json +4 -9
  2. package/src/i18n/es.json +14 -14
package/package.json CHANGED
@@ -1,15 +1,10 @@
1
1
  {
2
2
  "name": "@activepieces/piece-amazon-s3",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "dependencies": {
5
- "@ai-sdk/anthropic": "1.2.12",
6
- "@ai-sdk/google": "1.2.19",
7
- "@ai-sdk/openai": "1.3.22",
8
- "@ai-sdk/replicate": "0.2.8",
9
5
  "@aws-sdk/client-s3": "3.637.0",
10
6
  "@aws-sdk/s3-request-presigner": "3.658.1",
11
7
  "@sinclair/typebox": "0.34.11",
12
- "ai": "4.3.16",
13
8
  "axios": "1.8.3",
14
9
  "axios-retry": "4.4.1",
15
10
  "dayjs": "1.11.9",
@@ -19,9 +14,9 @@
19
14
  "nanoid": "3.3.8",
20
15
  "semver": "7.6.0",
21
16
  "zod": "3.25.76",
22
- "@activepieces/pieces-common": "0.6.4",
23
- "@activepieces/pieces-framework": "0.18.2",
24
- "@activepieces/shared": "0.18.0",
17
+ "@activepieces/pieces-common": "0.7.0",
18
+ "@activepieces/pieces-framework": "0.18.4",
19
+ "@activepieces/shared": "0.19.0",
25
20
  "tslib": "2.8.1"
26
21
  },
27
22
  "overrides": {
package/src/i18n/es.json CHANGED
@@ -41,14 +41,14 @@
41
41
  "Read File": "Leer archivo",
42
42
  "Generate signed URL": "Generar URL firmada",
43
43
  "Move File": "Mover archivo",
44
- "Delete File": "Delete File",
44
+ "Delete File": "Eliminar archivo",
45
45
  "List Files": "Listar archivos",
46
46
  "Upload an File to S3": "Subir un archivo a S3",
47
47
  "Read a file from S3 to use it in other steps": "Lee un archivo de S3 para usarlo en otros pasos",
48
48
  "Generate a signed URL for a file in a s3 bucket": "Genera una URL firmada para un archivo en un cubo s3",
49
- "Move a File to Another Folder": "Move a File to Another Folder",
50
- "Deletes an existing file.": "Deletes an existing file.",
51
- "List all files from an S3 bucket folder/prefix.": "List all files from an S3 bucket folder/prefix.",
49
+ "Move a File to Another Folder": "Mover un archivo a otra carpeta",
50
+ "Deletes an existing file.": "Elimina un archivo existente.",
51
+ "List all files from an S3 bucket folder/prefix.": "Listar todos los archivos de una carpeta/prefijo S3.",
52
52
  "File": "Archivo",
53
53
  "File Name": "Nombre del archivo",
54
54
  "ACL": "ACL",
@@ -56,19 +56,19 @@
56
56
  "Key": "Clave",
57
57
  "Expires In (minutes)": "Caduca en (minutos)",
58
58
  "File Key": "Clave de archivo",
59
- "Folder Key": "Folder Key",
60
- "Folder path": "Folder path",
61
- "Maximum Files": "Maximum Files",
62
- "The File Name to use, if not set the API will try to figure out the file name.": "The File Name to use, if not set the API will try to figure out the file name.",
63
- "Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Content Type of the uploaded file, if not set the API will try to figure out the content type.",
59
+ "Folder Key": "Clave de carpeta",
60
+ "Folder path": "Ruta de carpeta",
61
+ "Maximum Files": "Máximo de archivos",
62
+ "The File Name to use, if not set the API will try to figure out the file name.": "El nombre de archivo a usar, si no se establece la API intentará averiguar el nombre del archivo.",
63
+ "Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Tipo de contenido del archivo subido, si no se establece la API intentará averiguar el tipo de contenido.",
64
64
  "The key of the file to read": "La clave del archivo a leer",
65
65
  "The path/filename of the file to get": "La ruta/nombre del archivo a obtener",
66
66
  "How long the URL should remain valid (in minutes).": "Cuánto tiempo la URL debe seguir siendo válida (en minutos).",
67
- "The key of the file to move": "The key of the file to move",
68
- "The key of the folder to move the file to": "The key of the folder to move the file to",
69
- "The key of the file to delete.": "The key of the file to delete.",
70
- "The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.": "The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.",
71
- "Maximum number of files to return (1-1000)": "Maximum number of files to return (1-1000)",
67
+ "The key of the file to move": "La clave del archivo a mover",
68
+ "The key of the folder to move the file to": "La clave de la carpeta a la que mover el archivo",
69
+ "The key of the file to delete.": "La clave del archivo a eliminar.",
70
+ "The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.": "La ruta de la carpeta de la que listar archivos (por ejemplo, \"carpeta/\"). Dejar en blanco para listar la raíz.",
71
+ "Maximum number of files to return (1-1000)": "Número máximo de archivos a devolver (1-1000)",
72
72
  "private": "privado",
73
73
  "public-read": "pública-leído",
74
74
  "public-read-write": "pública-lectura-escritura",