@activepieces/piece-amazon-s3 0.5.0 → 0.5.1
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/package.json +4 -4
- package/src/i18n/de.json +10 -0
- package/src/i18n/es.json +10 -0
- package/src/i18n/fr.json +10 -0
- package/src/i18n/ja.json +10 -0
- package/src/i18n/nl.json +10 -0
- package/src/i18n/pt.json +10 -0
- package/src/i18n/translation.json +10 -0
- package/src/i18n/zh.json +10 -0
- package/src/lib/triggers/new-file.d.ts +9 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-amazon-s3",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@aws-sdk/client-s3": "3.637.0",
|
|
6
6
|
"@aws-sdk/client-secrets-manager": "^3.0.0",
|
|
7
7
|
"@aws-sdk/s3-request-presigner": "3.658.1",
|
|
8
8
|
"@sinclair/typebox": "0.34.11",
|
|
9
|
-
"ai": "
|
|
9
|
+
"ai": "^6.0.0",
|
|
10
10
|
"axios": "1.13.1",
|
|
11
11
|
"axios-retry": "4.4.1",
|
|
12
12
|
"dayjs": "1.11.9",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"semver": "7.6.0",
|
|
20
20
|
"socket.io-client": "4.8.1",
|
|
21
21
|
"zod": "4.1.13",
|
|
22
|
-
"@activepieces/pieces-common": "0.11.
|
|
23
|
-
"@activepieces/pieces-framework": "0.
|
|
22
|
+
"@activepieces/pieces-common": "0.11.2",
|
|
23
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
24
24
|
"@activepieces/shared": "0.32.0",
|
|
25
25
|
"tslib": "2.6.2"
|
|
26
26
|
},
|
package/src/i18n/de.json
CHANGED
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
"Move File": "Datei verschieben",
|
|
43
43
|
"Delete File": "Datei löschen",
|
|
44
44
|
"List Files": "Dateien auflisten",
|
|
45
|
+
"Decrypt PGP File": "PGP-Datei entschlüsseln",
|
|
45
46
|
"Upload an File to S3": "Datei auf S3 hochladen",
|
|
46
47
|
"Read a file from S3 to use it in other steps": "Lese eine Datei von S3, um sie in anderen Schritten zu verwenden",
|
|
47
48
|
"Generate a signed URL for a file in a s3 bucket": "Erzeugt eine signierte URL für eine Datei in einem s3-Bucket",
|
|
48
49
|
"Move a File to Another Folder": "Datei in einen anderen Ordner verschieben",
|
|
49
50
|
"Deletes an existing file.": "Löscht eine vorhandene Datei.",
|
|
50
51
|
"List all files from an S3 bucket folder/prefix.": "Listet alle Dateien aus einem S3-Bucket-Ordner/Präfix auf.",
|
|
52
|
+
"Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager": "Entschlüsseln Sie eine PGP-verschlüsselte Datei von S3 mithilfe eines privaten Schlüssels im AWS Secrets Manager",
|
|
51
53
|
"File": "Datei",
|
|
52
54
|
"File Name": "Dateiname",
|
|
53
55
|
"ACL": "ACL",
|
|
@@ -58,6 +60,10 @@
|
|
|
58
60
|
"Folder Key": "Ordnerschlüssel",
|
|
59
61
|
"Folder path": "Ordnerpfad",
|
|
60
62
|
"Maximum Files": "Maximale Dateien",
|
|
63
|
+
"S3 File Key": "S3 Dateischlüssel",
|
|
64
|
+
"Secret ARN": "Geheimes ARN",
|
|
65
|
+
"Passphrase ARN": "Passwort ARN",
|
|
66
|
+
"Secrets Manager Region": "Geheimnisvolle Manager-Region",
|
|
61
67
|
"The File Name to use, if not set the API will try to figure out the file name.": "Der zu verwendende Dateiname, wenn nicht gesetzt, versucht die API den Dateinamen herauszufinden.",
|
|
62
68
|
"Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Inhaltstyp der hochgeladenen Datei, wenn nicht gesetzt, wird die API versuchen, den Inhaltstyp herauszufinden.",
|
|
63
69
|
"The key of the file to read": "Der Schlüssel der zu lesenden Datei",
|
|
@@ -68,6 +74,10 @@
|
|
|
68
74
|
"The key of the file to delete.": "Der Schlüssel der zu löschenden Datei.",
|
|
69
75
|
"The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.": "Der Ordnerpfad zur Liste von Dateien (z. B. \"Ordner/\"). Leer lassen um aus dem Root zu starten.",
|
|
70
76
|
"Maximum number of files to return (1-1000)": "Maximale Anzahl der zurückzugebenden Dateien (1-1000)",
|
|
77
|
+
"The key (path) of the encrypted file in S3": "Der Schlüssel (Pfad) der verschlüsselten Datei in S3",
|
|
78
|
+
"The ARN of the secret in AWS Secrets Manager containing the PGP private key": "Der ARN des Geheimnisses im AWS Secrets Manager mit dem privaten PGP Schlüssel",
|
|
79
|
+
"Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)": "Optionales ARN des Geheimnisses im AWS Secrets Manager mit der Passphrase für den privaten Schlüssel (wenn der Schlüssel verschlüsselt ist)",
|
|
80
|
+
"The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)": "Die AWS-Region, in der das Geheimnis des Geheimnisses des Geheimnisses des Geheimnisses des Geheimhaltungs-Managers gespeichert wird (Standardeinstellung S3-Region, wenn nicht bereitgestellt)",
|
|
71
81
|
"private": "privat",
|
|
72
82
|
"public-read": "öffentlich lesen",
|
|
73
83
|
"public-read-write": "öffentlich-lesen-schreiben",
|
package/src/i18n/es.json
CHANGED
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
"Move File": "Mover archivo",
|
|
43
43
|
"Delete File": "Eliminar archivo",
|
|
44
44
|
"List Files": "Listar archivos",
|
|
45
|
+
"Decrypt PGP File": "Descifrar archivo PGP",
|
|
45
46
|
"Upload an File to S3": "Subir un archivo a S3",
|
|
46
47
|
"Read a file from S3 to use it in other steps": "Lee un archivo de S3 para usarlo en otros pasos",
|
|
47
48
|
"Generate a signed URL for a file in a s3 bucket": "Genera una URL firmada para un archivo en un cubo s3",
|
|
48
49
|
"Move a File to Another Folder": "Mover un archivo a otra carpeta",
|
|
49
50
|
"Deletes an existing file.": "Elimina un archivo existente.",
|
|
50
51
|
"List all files from an S3 bucket folder/prefix.": "Listar todos los archivos de una carpeta/prefijo S3.",
|
|
52
|
+
"Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager": "Descifrar un archivo cifrado PGP de S3 usando una clave privada almacenada en AWS Secrets Manager",
|
|
51
53
|
"File": "Archivo",
|
|
52
54
|
"File Name": "Nombre del archivo",
|
|
53
55
|
"ACL": "ACL",
|
|
@@ -58,6 +60,10 @@
|
|
|
58
60
|
"Folder Key": "Clave de carpeta",
|
|
59
61
|
"Folder path": "Ruta de carpeta",
|
|
60
62
|
"Maximum Files": "Máximo de archivos",
|
|
63
|
+
"S3 File Key": "Clave del archivo S3",
|
|
64
|
+
"Secret ARN": "ARN secreta",
|
|
65
|
+
"Passphrase ARN": "Contraseña ARN",
|
|
66
|
+
"Secrets Manager Region": "Región Administradora secreta",
|
|
61
67
|
"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.",
|
|
62
68
|
"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.",
|
|
63
69
|
"The key of the file to read": "La clave del archivo a leer",
|
|
@@ -68,6 +74,10 @@
|
|
|
68
74
|
"The key of the file to delete.": "La clave del archivo a eliminar.",
|
|
69
75
|
"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.",
|
|
70
76
|
"Maximum number of files to return (1-1000)": "Número máximo de archivos a devolver (1-1000)",
|
|
77
|
+
"The key (path) of the encrypted file in S3": "La clave (ruta) del archivo cifrado en S3",
|
|
78
|
+
"The ARN of the secret in AWS Secrets Manager containing the PGP private key": "El ARN del secreto en AWS Secrets Manager que contiene la clave privada PGP",
|
|
79
|
+
"Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)": "ARN opcional del secreto en AWS Secrets Manager que contiene la contraseña de la clave privada (si la clave está cifrada)",
|
|
80
|
+
"The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)": "La región de AWS donde se almacena el secreto del Administrador Secreto (por defecto en la región de S3 si no se proporciona)",
|
|
71
81
|
"private": "privado",
|
|
72
82
|
"public-read": "pública-leído",
|
|
73
83
|
"public-read-write": "pública-lectura-escritura",
|
package/src/i18n/fr.json
CHANGED
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
"Move File": "Déplacer le fichier",
|
|
43
43
|
"Delete File": "Supprimer le fichier",
|
|
44
44
|
"List Files": "Lister les fichiers",
|
|
45
|
+
"Decrypt PGP File": "Déchiffrer le fichier PGP",
|
|
45
46
|
"Upload an File to S3": "Télécharger un fichier vers S3",
|
|
46
47
|
"Read a file from S3 to use it in other steps": "Lire un fichier depuis S3 pour l'utiliser dans d'autres étapes",
|
|
47
48
|
"Generate a signed URL for a file in a s3 bucket": "Générer une URL signée pour un fichier dans un compartiment s3",
|
|
48
49
|
"Move a File to Another Folder": "Déplacer un fichier vers un autre dossier",
|
|
49
50
|
"Deletes an existing file.": "Supprime un fichier existant.",
|
|
50
51
|
"List all files from an S3 bucket folder/prefix.": "Lister tous les fichiers d'un dossier / préfixe S3.",
|
|
52
|
+
"Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager": "Décryptez un fichier chiffré PGP à partir de S3 en utilisant une clé privée stockée dans AWS Secrets Manager",
|
|
51
53
|
"File": "Ficher",
|
|
52
54
|
"File Name": "Nom du fichier",
|
|
53
55
|
"ACL": "ACL",
|
|
@@ -58,6 +60,10 @@
|
|
|
58
60
|
"Folder Key": "Clé de dossier",
|
|
59
61
|
"Folder path": "Chemin du dossier",
|
|
60
62
|
"Maximum Files": "Nombre maximum de fichiers",
|
|
63
|
+
"S3 File Key": "Clé de fichier S3",
|
|
64
|
+
"Secret ARN": "Secret ARN",
|
|
65
|
+
"Passphrase ARN": "Phrase de passe ARN",
|
|
66
|
+
"Secrets Manager Region": "Région du Gestionnaire de Secrets",
|
|
61
67
|
"The File Name to use, if not set the API will try to figure out the file name.": "Le nom du fichier à utiliser, s'il n'est pas défini, l'API essaiera de trouver le nom du fichier.",
|
|
62
68
|
"Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Type de contenu du fichier téléchargé, si non défini, l'API essaiera de trouver le type de contenu.",
|
|
63
69
|
"The key of the file to read": "La clé du fichier à lire",
|
|
@@ -68,6 +74,10 @@
|
|
|
68
74
|
"The key of the file to delete.": "La clé du fichier à supprimer.",
|
|
69
75
|
"The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.": "Le chemin du dossier à partir duquel lister les fichiers (par exemple, \"dossier/\"). Laisser vide pour la liste à partir de la racine.",
|
|
70
76
|
"Maximum number of files to return (1-1000)": "Nombre maximum de fichiers à retourner (1-1000)",
|
|
77
|
+
"The key (path) of the encrypted file in S3": "La clé (chemin) du fichier chiffré dans S3",
|
|
78
|
+
"The ARN of the secret in AWS Secrets Manager containing the PGP private key": "L'ARN du secret dans AWS Secrets Manager contenant la clé privée PGP",
|
|
79
|
+
"Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)": "ARN optionnel du secret dans AWS Secrets Manager contenant la phrase de passe pour la clé privée (si la clé est chiffrée)",
|
|
80
|
+
"The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)": "La région AWS où le secret du gestionnaire de secrets est stocké (par défaut la région S3 si elle n'est pas fournie)",
|
|
71
81
|
"private": "privé",
|
|
72
82
|
"public-read": "lu en public",
|
|
73
83
|
"public-read-write": "lecture-écriture publique",
|
package/src/i18n/ja.json
CHANGED
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
"Move File": "ファイルを移動",
|
|
43
43
|
"Delete File": "ファイルを削除",
|
|
44
44
|
"List Files": "リストファイル",
|
|
45
|
+
"Decrypt PGP File": "PGP ファイルの復号化",
|
|
45
46
|
"Upload an File to S3": "S3にファイルをアップロード",
|
|
46
47
|
"Read a file from S3 to use it in other steps": "他のステップで使用するには、S3からファイルを読み込みます",
|
|
47
48
|
"Generate a signed URL for a file in a s3 bucket": "S3 Bucket 内のファイルの署名 URL を生成する",
|
|
48
49
|
"Move a File to Another Folder": "ファイルを別のフォルダに移動",
|
|
49
50
|
"Deletes an existing file.": "既存のファイルを削除します。",
|
|
50
51
|
"List all files from an S3 bucket folder/prefix.": "S3 バケットフォルダ/プレフィックスからすべてのファイルを一覧表示します。",
|
|
52
|
+
"Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager": "AWS シークレットマネージャーに保存された秘密鍵を使用して、S3 から暗号化されたファイルを復号する",
|
|
51
53
|
"File": "ファイル",
|
|
52
54
|
"File Name": "ファイル名",
|
|
53
55
|
"ACL": "ACL",
|
|
@@ -58,6 +60,10 @@
|
|
|
58
60
|
"Folder Key": "フォルダーキー",
|
|
59
61
|
"Folder path": "フォルダのパス",
|
|
60
62
|
"Maximum Files": "最大ファイル",
|
|
63
|
+
"S3 File Key": "S3 File Key",
|
|
64
|
+
"Secret ARN": "シークレットARN",
|
|
65
|
+
"Passphrase ARN": "パスフレーズARN",
|
|
66
|
+
"Secrets Manager Region": "シークレットマネージャー地域",
|
|
61
67
|
"The File Name to use, if not set the API will try to figure out the file name.": "使用するファイル名 (File Name) APIを設定しない場合、ファイル名を特定しようとします。",
|
|
62
68
|
"Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Content Type(コンテンツタイプ)は、APIが設定されていない場合、コンテンツタイプを把握しようとします。",
|
|
63
69
|
"The key of the file to read": "読み込むファイルのキー",
|
|
@@ -68,6 +74,10 @@
|
|
|
68
74
|
"The key of the file to delete.": "削除するファイルのキー。",
|
|
69
75
|
"The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.": "フォルダのパス(例:「フォルダ/」)。空のままにするとルートから一覧表示されます。",
|
|
70
76
|
"Maximum number of files to return (1-1000)": "Maximum number of files to return (1-1000)",
|
|
77
|
+
"The key (path) of the encrypted file in S3": "S3で暗号化されたファイルのキー (パス)",
|
|
78
|
+
"The ARN of the secret in AWS Secrets Manager containing the PGP private key": "PGP 秘密鍵を含む AWS シークレットマネージャーの秘密のARN",
|
|
79
|
+
"Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)": "秘密鍵が暗号化されている場合、秘密鍵のパスフレーズを含むAWS Secretts ManagerのオプションのARN。",
|
|
80
|
+
"The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)": "シークレットマネージャーのシークレットが保存されているAWSリージョン(指定されていない場合はデフォルトでS3リージョン)",
|
|
71
81
|
"private": "非公開",
|
|
72
82
|
"public-read": "public-read",
|
|
73
83
|
"public-read-write": "public-read-write",
|
package/src/i18n/nl.json
CHANGED
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
"Move File": "Bestand verplaatsen",
|
|
43
43
|
"Delete File": "Bestand verwijderen",
|
|
44
44
|
"List Files": "Lijst van bestanden",
|
|
45
|
+
"Decrypt PGP File": "Decodeer PGP-bestand",
|
|
45
46
|
"Upload an File to S3": "Een bestand uploaden naar S3",
|
|
46
47
|
"Read a file from S3 to use it in other steps": "Lees een bestand van S3 om het in andere stappen te gebruiken",
|
|
47
48
|
"Generate a signed URL for a file in a s3 bucket": "Genereer een ondertekende URL voor een bestand in een s3 bucket",
|
|
48
49
|
"Move a File to Another Folder": "Verplaats een bestand naar een andere map",
|
|
49
50
|
"Deletes an existing file.": "Verwijdert een bestaand bestand.",
|
|
50
51
|
"List all files from an S3 bucket folder/prefix.": "Toon alle bestanden van een S3 bucket map/voorvoegsel.",
|
|
52
|
+
"Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager": "Decodeer een PGP versleuteld bestand van S3 met behulp van een private key opgeslagen in AWS Secrets Manager",
|
|
51
53
|
"File": "Bestand",
|
|
52
54
|
"File Name": "File Name",
|
|
53
55
|
"ACL": "ACL",
|
|
@@ -58,6 +60,10 @@
|
|
|
58
60
|
"Folder Key": "Map Sleutel",
|
|
59
61
|
"Folder path": "Pad naar map",
|
|
60
62
|
"Maximum Files": "Maximum aantal bestanden",
|
|
63
|
+
"S3 File Key": "S3 Bestandssleutel",
|
|
64
|
+
"Secret ARN": "Geheime ARN",
|
|
65
|
+
"Passphrase ARN": "Wachtwoordzin ARN",
|
|
66
|
+
"Secrets Manager Region": "Geheime Manager Regio",
|
|
61
67
|
"The File Name to use, if not set the API will try to figure out the file name.": "De bestandsnaam die gebruikt moet worden, als de API niet instelt, probeert de bestandsnaam te achterhalen.",
|
|
62
68
|
"Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Content Type van het geüploade bestand, indien niet ingesteld wordt de API zal proberen uit te zoeken wat het inhoudstype is.",
|
|
63
69
|
"The key of the file to read": "De sleutel van het bestand om te lezen",
|
|
@@ -68,6 +74,10 @@
|
|
|
68
74
|
"The key of the file to delete.": "De sleutel van het te verwijderen bestand.",
|
|
69
75
|
"The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.": "Het pad naar een lijst van bestanden (bijv. \"map/\"). Laat leeg voor de lijst van root.",
|
|
70
76
|
"Maximum number of files to return (1-1000)": "Maximum aantal bestanden om terug te sturen (1-1000)",
|
|
77
|
+
"The key (path) of the encrypted file in S3": "De sleutel (pad) van het gecodeerde bestand in S3",
|
|
78
|
+
"The ARN of the secret in AWS Secrets Manager containing the PGP private key": "De ARN van het geheim in AWS Secrets Manager met de PGP private key",
|
|
79
|
+
"Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)": "Optionele ARN van het geheim in AWS Secrets Manager met de wachtwoordzin voor de private key (als de sleutel is gecodeerd)",
|
|
80
|
+
"The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)": "De AWS regio waar de Secrets Manager wordt opgeslagen (standaard S3 regio als deze niet wordt opgegeven)",
|
|
71
81
|
"private": "Privé",
|
|
72
82
|
"public-read": "publiek-gelezen",
|
|
73
83
|
"public-read-write": "publiek-lezen-schrijven",
|
package/src/i18n/pt.json
CHANGED
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
"Move File": "Mover Arquivo",
|
|
43
43
|
"Delete File": "Excluir Arquivo",
|
|
44
44
|
"List Files": "Listar Arquivos",
|
|
45
|
+
"Decrypt PGP File": "Descriptografar arquivo PGP",
|
|
45
46
|
"Upload an File to S3": "Enviar um Arquivo para S3",
|
|
46
47
|
"Read a file from S3 to use it in other steps": "Leia um arquivo do S3 para usá-lo em outras etapas",
|
|
47
48
|
"Generate a signed URL for a file in a s3 bucket": "Gerar uma URL assinada para um arquivo em um bucket s3",
|
|
48
49
|
"Move a File to Another Folder": "Mover um arquivo para outra pasta",
|
|
49
50
|
"Deletes an existing file.": "Exclui um arquivo existente.",
|
|
50
51
|
"List all files from an S3 bucket folder/prefix.": "Lista todos os arquivos de uma pasta/prefixo S3.",
|
|
52
|
+
"Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager": "Descriptografar um arquivo criptografado PGP do S3 usando uma chave privada armazenada no Gerenciador de Segredos AWS",
|
|
51
53
|
"File": "Arquivo",
|
|
52
54
|
"File Name": "Nome do arquivo",
|
|
53
55
|
"ACL": "PTL",
|
|
@@ -58,6 +60,10 @@
|
|
|
58
60
|
"Folder Key": "Chave da pasta",
|
|
59
61
|
"Folder path": "Caminho da pasta",
|
|
60
62
|
"Maximum Files": "Máximo de arquivos",
|
|
63
|
+
"S3 File Key": "Chave de arquivo S3",
|
|
64
|
+
"Secret ARN": "ARN secreto",
|
|
65
|
+
"Passphrase ARN": "ARN senha",
|
|
66
|
+
"Secrets Manager Region": "Região Gerenciador de Segredos",
|
|
61
67
|
"The File Name to use, if not set the API will try to figure out the file name.": "O nome do arquivo a ser usado, se não definido, a API tentará descobrir o nome do arquivo.",
|
|
62
68
|
"Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Tipo de conteúdo do arquivo enviado, se não definido, a API tentará descobrir o tipo de conteúdo.",
|
|
63
69
|
"The key of the file to read": "A chave do arquivo a ser lido",
|
|
@@ -68,6 +74,10 @@
|
|
|
68
74
|
"The key of the file to delete.": "A chave do arquivo a ser apagado.",
|
|
69
75
|
"The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.": "O caminho da pasta para a lista de arquivos (por exemplo, \"pasta/\"). Deixe em branco para listar da raiz",
|
|
70
76
|
"Maximum number of files to return (1-1000)": "Número máximo de arquivos a retornar (1-1000)",
|
|
77
|
+
"The key (path) of the encrypted file in S3": "A chave (caminho) do arquivo criptografado no S3",
|
|
78
|
+
"The ARN of the secret in AWS Secrets Manager containing the PGP private key": "O ARN do segredo no Gerenciador de Segredos AWS contendo a chave privada PGP",
|
|
79
|
+
"Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)": "ARN opcional do segredo no AWS Secrets Manager contendo a senha para a chave privada (se a chave for criptografada)",
|
|
80
|
+
"The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)": "A região AWS onde o Segredo Manager é armazenado (o padrão é a região S3 se não for fornecido)",
|
|
71
81
|
"private": "privada",
|
|
72
82
|
"public-read": "leitura-pública",
|
|
73
83
|
"public-read-write": "leitura-escrita",
|
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
"Move File": "Move File",
|
|
43
43
|
"Delete File": "Delete File",
|
|
44
44
|
"List Files": "List Files",
|
|
45
|
+
"Decrypt PGP File": "Decrypt PGP File",
|
|
45
46
|
"Upload an File to S3": "Upload an File to S3",
|
|
46
47
|
"Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
|
|
47
48
|
"Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
|
|
48
49
|
"Move a File to Another Folder": "Move a File to Another Folder",
|
|
49
50
|
"Deletes an existing file.": "Deletes an existing file.",
|
|
50
51
|
"List all files from an S3 bucket folder/prefix.": "List all files from an S3 bucket folder/prefix.",
|
|
52
|
+
"Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager": "Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager",
|
|
51
53
|
"File": "File",
|
|
52
54
|
"File Name": "File Name",
|
|
53
55
|
"ACL": "ACL",
|
|
@@ -58,6 +60,10 @@
|
|
|
58
60
|
"Folder Key": "Folder Key",
|
|
59
61
|
"Folder path": "Folder path",
|
|
60
62
|
"Maximum Files": "Maximum Files",
|
|
63
|
+
"S3 File Key": "S3 File Key",
|
|
64
|
+
"Secret ARN": "Secret ARN",
|
|
65
|
+
"Passphrase ARN": "Passphrase ARN",
|
|
66
|
+
"Secrets Manager Region": "Secrets Manager Region",
|
|
61
67
|
"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.",
|
|
62
68
|
"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.",
|
|
63
69
|
"The key of the file to read": "The key of the file to read",
|
|
@@ -68,6 +74,10 @@
|
|
|
68
74
|
"The key of the file to delete.": "The key of the file to delete.",
|
|
69
75
|
"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.",
|
|
70
76
|
"Maximum number of files to return (1-1000)": "Maximum number of files to return (1-1000)",
|
|
77
|
+
"The key (path) of the encrypted file in S3": "The key (path) of the encrypted file in S3",
|
|
78
|
+
"The ARN of the secret in AWS Secrets Manager containing the PGP private key": "The ARN of the secret in AWS Secrets Manager containing the PGP private key",
|
|
79
|
+
"Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)": "Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)",
|
|
80
|
+
"The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)": "The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)",
|
|
71
81
|
"private": "private",
|
|
72
82
|
"public-read": "public-read",
|
|
73
83
|
"public-read-write": "public-read-write",
|
package/src/i18n/zh.json
CHANGED
|
@@ -42,12 +42,14 @@
|
|
|
42
42
|
"Move File": "Move File",
|
|
43
43
|
"Delete File": "Delete File",
|
|
44
44
|
"List Files": "List Files",
|
|
45
|
+
"Decrypt PGP File": "Decrypt PGP File",
|
|
45
46
|
"Upload an File to S3": "Upload an File to S3",
|
|
46
47
|
"Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
|
|
47
48
|
"Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
|
|
48
49
|
"Move a File to Another Folder": "Move a File to Another Folder",
|
|
49
50
|
"Deletes an existing file.": "Deletes an existing file.",
|
|
50
51
|
"List all files from an S3 bucket folder/prefix.": "List all files from an S3 bucket folder/prefix.",
|
|
52
|
+
"Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager": "Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager",
|
|
51
53
|
"File": "文件",
|
|
52
54
|
"File Name": "File Name",
|
|
53
55
|
"ACL": "ACL",
|
|
@@ -58,6 +60,10 @@
|
|
|
58
60
|
"Folder Key": "Folder Key",
|
|
59
61
|
"Folder path": "Folder path",
|
|
60
62
|
"Maximum Files": "Maximum Files",
|
|
63
|
+
"S3 File Key": "S3 File Key",
|
|
64
|
+
"Secret ARN": "Secret ARN",
|
|
65
|
+
"Passphrase ARN": "Passphrase ARN",
|
|
66
|
+
"Secrets Manager Region": "Secrets Manager Region",
|
|
61
67
|
"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.",
|
|
62
68
|
"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.",
|
|
63
69
|
"The key of the file to read": "The key of the file to read",
|
|
@@ -68,6 +74,10 @@
|
|
|
68
74
|
"The key of the file to delete.": "The key of the file to delete.",
|
|
69
75
|
"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.",
|
|
70
76
|
"Maximum number of files to return (1-1000)": "Maximum number of files to return (1-1000)",
|
|
77
|
+
"The key (path) of the encrypted file in S3": "The key (path) of the encrypted file in S3",
|
|
78
|
+
"The ARN of the secret in AWS Secrets Manager containing the PGP private key": "The ARN of the secret in AWS Secrets Manager containing the PGP private key",
|
|
79
|
+
"Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)": "Optional ARN of the secret in AWS Secrets Manager containing the passphrase for the private key (if the key is encrypted)",
|
|
80
|
+
"The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)": "The AWS region where the Secrets Manager secret is stored (defaults to S3 region if not provided)",
|
|
71
81
|
"private": "private",
|
|
72
82
|
"public-read": "public-read",
|
|
73
83
|
"public-read-write": "public-read-write",
|
|
@@ -17,6 +17,15 @@ export declare const newFile: import("@activepieces/pieces-framework").ITrigger<
|
|
|
17
17
|
}>, {
|
|
18
18
|
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
19
19
|
folderPath: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
20
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
21
|
+
accessKeyId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
22
|
+
secretAccessKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
23
|
+
bucket: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
24
|
+
endpoint: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
25
|
+
region: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
26
|
+
}>, {
|
|
27
|
+
markdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
28
|
+
folderPath: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
20
29
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
21
30
|
accessKeyId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
22
31
|
secretAccessKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|