@activepieces/piece-amazon-s3 0.3.12 → 0.3.13

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-amazon-s3",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "dependencies": {
5
5
  "@ai-sdk/anthropic": "1.2.12",
6
6
  "@ai-sdk/google": "1.2.19",
@@ -19,9 +19,9 @@
19
19
  "nanoid": "3.3.8",
20
20
  "semver": "7.6.0",
21
21
  "zod": "3.25.76",
22
- "@activepieces/pieces-common": "0.6.1",
23
- "@activepieces/pieces-framework": "0.17.0",
24
- "@activepieces/shared": "0.17.6",
22
+ "@activepieces/pieces-common": "0.6.3",
23
+ "@activepieces/pieces-framework": "0.18.0",
24
+ "@activepieces/shared": "0.17.11",
25
25
  "tslib": "2.8.1"
26
26
  },
27
27
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "Datei hochladen",
41
41
  "Read File": "Datei lesen",
42
42
  "Generate signed URL": "Signierte URL generieren",
43
+ "Move File": "Datei verschieben",
44
+ "Delete File": "Datei löschen",
45
+ "List Files": "Dateien auflisten",
43
46
  "Upload an File to S3": "Datei auf S3 hochladen",
44
47
  "Read a file from S3 to use it in other steps": "Lese eine Datei von S3, um sie in anderen Schritten zu verwenden",
45
48
  "Generate a signed URL for a file in a s3 bucket": "Erzeugt eine signierte URL für eine Datei in einem s3-Bucket",
49
+ "Move a File to Another Folder": "Datei in einen anderen Ordner verschieben",
50
+ "Deletes an existing file.": "Löscht eine vorhandene Datei.",
51
+ "List all files from an S3 bucket folder/prefix.": "Listet alle Dateien aus einem S3-Bucket-Ordner/Präfix auf.",
46
52
  "File": "Datei",
47
53
  "File Name": "Dateiname",
48
54
  "ACL": "ACL",
49
- "Type": "Typ",
55
+ "Content Type": "Inhaltstyp",
50
56
  "Key": "Schlüssel",
51
57
  "Expires In (minutes)": "Läuft ab (Minuten)",
52
- "my-file-name (no extension)": "my-Dateiname (keine Erweiterung)",
58
+ "File Key": "Dateischlüssel",
59
+ "Folder Key": "Ordnerschlüssel",
60
+ "Folder path": "Ordnerpfad",
61
+ "Maximum Files": "Maximale Dateien",
62
+ "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.",
63
+ "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.",
53
64
  "The key of the file to read": "Der Schlüssel der zu lesenden Datei",
54
65
  "The path/filename of the file to get": "Der Pfad/Dateiname der zu erhaltenden Datei",
55
66
  "How long the URL should remain valid (in minutes).": "Wie lange die URL gültig bleiben soll (in Minuten).",
67
+ "The key of the file to move": "Der Schlüssel der zu verschiebenden Datei",
68
+ "The key of the folder to move the file to": "Der Schlüssel des Ordners, um die Datei zu verschieben",
69
+ "The key of the file to delete.": "Der Schlüssel der zu löschenden Datei.",
70
+ "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.",
71
+ "Maximum number of files to return (1-1000)": "Maximale Anzahl der zurückzugebenden Dateien (1-1000)",
56
72
  "private": "privat",
57
73
  "public-read": "öffentlich lesen",
58
74
  "public-read-write": "öffentlich-lesen-schreiben",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "bucket-besitzer-lesen",
62
78
  "bucket-owner-full-control": "bucket-Eigentümer-vollständige Kontrolle",
63
- "image/png": "image/png",
64
- "image/jpeg": "bild/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "audio-/mpeg",
67
- "audio/wav": "audio-/wav",
68
- "video/mp4": "video/mp4",
69
- "application/pdf": "anwendung/pdf",
70
- "application/msword": "anwendung/msword",
71
- "text/plain": "text/schlicht",
72
- "application/json": "anwendung/json",
73
79
  "New or Updated File": "Neue oder aktualisierte Datei",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Wird ausgelöst, wenn Sie eine Datei in Ihrem Bucket hinzufügen oder aktualisieren. Der Bucket/Ordner, den Sie wählen, darf nicht mehr als 10.000 Dateien enthalten.",
75
81
  "Markdown": "Markdown",
package/src/i18n/es.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "Subir archivo",
41
41
  "Read File": "Leer archivo",
42
42
  "Generate signed URL": "Generar URL firmada",
43
+ "Move File": "Mover archivo",
44
+ "Delete File": "Delete File",
45
+ "List Files": "Listar archivos",
43
46
  "Upload an File to S3": "Subir un archivo a S3",
44
47
  "Read a file from S3 to use it in other steps": "Lee un archivo de S3 para usarlo en otros pasos",
45
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.",
46
52
  "File": "Archivo",
47
53
  "File Name": "Nombre del archivo",
48
54
  "ACL": "ACL",
49
- "Type": "Tipo",
55
+ "Content Type": "Tipo de contenido",
50
56
  "Key": "Clave",
51
57
  "Expires In (minutes)": "Caduca en (minutos)",
52
- "my-file-name (no extension)": "nombre-mi-archivo (sin extensión)",
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.",
53
64
  "The key of the file to read": "La clave del archivo a leer",
54
65
  "The path/filename of the file to get": "La ruta/nombre del archivo a obtener",
55
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)",
56
72
  "private": "privado",
57
73
  "public-read": "pública-leído",
58
74
  "public-read-write": "pública-lectura-escritura",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "lectura-dueño de cubo",
62
78
  "bucket-owner-full-control": "dueño del cubo - control completo",
63
- "image/png": "image/png",
64
- "image/jpeg": "imagen/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "audio/mpeg",
67
- "audio/wav": "audio/wav",
68
- "video/mp4": "vídeo/mp4",
69
- "application/pdf": "aplicación/pdf",
70
- "application/msword": "aplicación/msword",
71
- "text/plain": "texto/plano",
72
- "application/json": "aplicación/json",
73
79
  "New or Updated File": "Archivo nuevo o actualizado",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Dispara cuando agregas o actualiza un archivo en tu cubeta. El cubo o carpeta que elijas no debe contener más de 10.000 archivos.",
75
81
  "Markdown": "Markdown",
package/src/i18n/fr.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "Charger un fichier",
41
41
  "Read File": "Lire le fichier",
42
42
  "Generate signed URL": "Générer une URL signée",
43
+ "Move File": "Déplacer le fichier",
44
+ "Delete File": "Supprimer le fichier",
45
+ "List Files": "Lister les fichiers",
43
46
  "Upload an File to S3": "Télécharger un fichier vers S3",
44
47
  "Read a file from S3 to use it in other steps": "Lire un fichier depuis S3 pour l'utiliser dans d'autres étapes",
45
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",
49
+ "Move a File to Another Folder": "Déplacer un fichier vers un autre dossier",
50
+ "Deletes an existing file.": "Supprime un fichier existant.",
51
+ "List all files from an S3 bucket folder/prefix.": "Lister tous les fichiers d'un dossier / préfixe S3.",
46
52
  "File": "Ficher",
47
53
  "File Name": "Nom du fichier",
48
54
  "ACL": "ACL",
49
- "Type": "Type de texte",
55
+ "Content Type": "Type de contenu",
50
56
  "Key": "Clés",
51
57
  "Expires In (minutes)": "Expire dans (minutes)",
52
- "my-file-name (no extension)": "mon-fichier-nom (sans extension)",
58
+ "File Key": "Clé de fichier",
59
+ "Folder Key": "Clé de dossier",
60
+ "Folder path": "Chemin du dossier",
61
+ "Maximum Files": "Nombre maximum de fichiers",
62
+ "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.",
63
+ "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.",
53
64
  "The key of the file to read": "La clé du fichier à lire",
54
65
  "The path/filename of the file to get": "Le chemin d'accès du fichier à récupérer",
55
66
  "How long the URL should remain valid (in minutes).": "Combien de temps l'URL doit rester valide (en minutes).",
67
+ "The key of the file to move": "La clé du fichier à déplacer",
68
+ "The key of the folder to move the file to": "La clé du dossier vers lequel déplacer le fichier",
69
+ "The key of the file to delete.": "La clé du fichier à supprimer.",
70
+ "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.",
71
+ "Maximum number of files to return (1-1000)": "Nombre maximum de fichiers à retourner (1-1000)",
56
72
  "private": "privé",
57
73
  "public-read": "lu en public",
58
74
  "public-read-write": "lecture-écriture publique",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "bucket-owner-read",
62
78
  "bucket-owner-full-control": "bucket-owner-full-control",
63
- "image/png": "image/png",
64
- "image/jpeg": "image/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "audio/mpeg",
67
- "audio/wav": "audio/wav",
68
- "video/mp4": "vidéo/mp4",
69
- "application/pdf": "application/pdf",
70
- "application/msword": "application/msword",
71
- "text/plain": "texte/brut",
72
- "application/json": "application/json",
73
79
  "New or Updated File": "Fichier nouveau ou mis à jour",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Déclenche lorsque vous ajoutez ou mettez à jour un fichier dans votre compartiment. Le compartiment/dossier que vous choisissez ne doit pas contenir plus de 10 000 fichiers.",
75
81
  "Markdown": "Markdown",
package/src/i18n/ja.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "ファイルをアップロード",
41
41
  "Read File": "ファイルの読み取り",
42
42
  "Generate signed URL": "署名済みURLを生成",
43
+ "Move File": "ファイルを移動",
44
+ "Delete File": "ファイルを削除",
45
+ "List Files": "リストファイル",
43
46
  "Upload an File to S3": "S3にファイルをアップロード",
44
47
  "Read a file from S3 to use it in other steps": "他のステップで使用するには、S3からファイルを読み込みます",
45
48
  "Generate a signed URL for a file in a s3 bucket": "S3 Bucket 内のファイルの署名 URL を生成する",
49
+ "Move a File to Another Folder": "ファイルを別のフォルダに移動",
50
+ "Deletes an existing file.": "既存のファイルを削除します。",
51
+ "List all files from an S3 bucket folder/prefix.": "S3 バケットフォルダ/プレフィックスからすべてのファイルを一覧表示します。",
46
52
  "File": "ファイル",
47
53
  "File Name": "ファイル名",
48
54
  "ACL": "ACL",
49
- "Type": "タイプ",
55
+ "Content Type": "コンテンツタイプ",
50
56
  "Key": "キー",
51
57
  "Expires In (minutes)": "有効期限 (分)",
52
- "my-file-name (no extension)": "my-file-name (拡張子なし)",
58
+ "File Key": "File Key",
59
+ "Folder Key": "フォルダーキー",
60
+ "Folder path": "フォルダのパス",
61
+ "Maximum Files": "最大ファイル",
62
+ "The File Name to use, if not set the API will try to figure out the file name.": "使用するファイル名 (File Name) APIを設定しない場合、ファイル名を特定しようとします。",
63
+ "Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Content Type(コンテンツタイプ)は、APIが設定されていない場合、コンテンツタイプを把握しようとします。",
53
64
  "The key of the file to read": "読み込むファイルのキー",
54
65
  "The path/filename of the file to get": "取得するファイルのパス/ファイル名",
55
66
  "How long the URL should remain valid (in minutes).": "URLの有効期間(分単位)",
67
+ "The key of the file to move": "移動するファイルのキー",
68
+ "The key of the folder to move the file to": "ファイルを移動するフォルダのキー",
69
+ "The key of the file to delete.": "削除するファイルのキー。",
70
+ "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)",
56
72
  "private": "非公開",
57
73
  "public-read": "public-read",
58
74
  "public-read-write": "public-read-write",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "Bucket-owner-read",
62
78
  "bucket-owner-full-control": "Bucket-owner-full control",
63
- "image/png": "image/png",
64
- "image/jpeg": "image/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "audio/mpeg",
67
- "audio/wav": "audio/wav",
68
- "video/mp4": "video/mp4",
69
- "application/pdf": "application/pdf",
70
- "application/msword": "application/msword",
71
- "text/plain": "text/plain",
72
- "application/json": "application/json",
73
79
  "New or Updated File": "新規または更新されたファイル",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Bucketにファイルを追加または更新したときにトリガーします。選択したBucket/フォルダには、10,000個以上のファイルが含まれていてはいけません。",
75
81
  "Markdown": "Markdown",
package/src/i18n/nl.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "Bestand uploaden",
41
41
  "Read File": "Bestand lezen",
42
42
  "Generate signed URL": "Genereer ondertekende URL",
43
+ "Move File": "Bestand verplaatsen",
44
+ "Delete File": "Bestand verwijderen",
45
+ "List Files": "Lijst van bestanden",
43
46
  "Upload an File to S3": "Een bestand uploaden naar S3",
44
47
  "Read a file from S3 to use it in other steps": "Lees een bestand van S3 om het in andere stappen te gebruiken",
45
48
  "Generate a signed URL for a file in a s3 bucket": "Genereer een ondertekende URL voor een bestand in een s3 bucket",
49
+ "Move a File to Another Folder": "Verplaats een bestand naar een andere map",
50
+ "Deletes an existing file.": "Verwijdert een bestaand bestand.",
51
+ "List all files from an S3 bucket folder/prefix.": "Toon alle bestanden van een S3 bucket map/voorvoegsel.",
46
52
  "File": "Bestand",
47
53
  "File Name": "File Name",
48
54
  "ACL": "ACL",
49
- "Type": "Type",
55
+ "Content Type": "Type inhoud",
50
56
  "Key": "Sleutel",
51
57
  "Expires In (minutes)": "Verloopt over (minuten)",
52
- "my-file-name (no extension)": "mijn-bestandsnaam (geen extensie)",
58
+ "File Key": "Bestand Sleutel",
59
+ "Folder Key": "Map Sleutel",
60
+ "Folder path": "Pad naar map",
61
+ "Maximum Files": "Maximum aantal bestanden",
62
+ "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.",
63
+ "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.",
53
64
  "The key of the file to read": "De sleutel van het bestand om te lezen",
54
65
  "The path/filename of the file to get": "Het pad/bestandsnaam van het te krijgen bestand",
55
66
  "How long the URL should remain valid (in minutes).": "Hoe lang moet de URL geldig blijven (in minuten).",
67
+ "The key of the file to move": "De sleutel van het bestand om te verplaatsen",
68
+ "The key of the folder to move the file to": "De sleutel van de map om het bestand naar te verplaatsen",
69
+ "The key of the file to delete.": "De sleutel van het te verwijderen bestand.",
70
+ "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.",
71
+ "Maximum number of files to return (1-1000)": "Maximum aantal bestanden om terug te sturen (1-1000)",
56
72
  "private": "Privé",
57
73
  "public-read": "publiek-gelezen",
58
74
  "public-read-write": "publiek-lezen-schrijven",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "bucket-eigenaar-gelezen",
62
78
  "bucket-owner-full-control": "bucket-eigenaar-volledige controle",
63
- "image/png": "image/png",
64
- "image/jpeg": "afbeelding/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "audio/mpeg",
67
- "audio/wav": "audio/wav",
68
- "video/mp4": "video/mp4",
69
- "application/pdf": "applicatie/pdf",
70
- "application/msword": "applicatie/msword",
71
- "text/plain": "tekst/gewoon",
72
- "application/json": "applicatie/json",
73
79
  "New or Updated File": "Nieuw of bijgewerkt bestand",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggert wanneer u een bestand in uw buffer toevoegt of bijwerkt. De gekozen bucket/map mag niet meer dan 10.000 bestanden bevatten.",
75
81
  "Markdown": "Markdown",
package/src/i18n/pt.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "Enviar Arquivo",
41
41
  "Read File": "Arquivo de leitura",
42
42
  "Generate signed URL": "Gerar URL assinada",
43
+ "Move File": "Mover Arquivo",
44
+ "Delete File": "Excluir Arquivo",
45
+ "List Files": "Listar Arquivos",
43
46
  "Upload an File to S3": "Enviar um Arquivo para S3",
44
47
  "Read a file from S3 to use it in other steps": "Leia um arquivo do S3 para usá-lo em outras etapas",
45
48
  "Generate a signed URL for a file in a s3 bucket": "Gerar uma URL assinada para um arquivo em um bucket s3",
49
+ "Move a File to Another Folder": "Mover um arquivo para outra pasta",
50
+ "Deletes an existing file.": "Exclui um arquivo existente.",
51
+ "List all files from an S3 bucket folder/prefix.": "Lista todos os arquivos de uma pasta/prefixo S3.",
46
52
  "File": "Arquivo",
47
53
  "File Name": "Nome do arquivo",
48
54
  "ACL": "PTL",
49
- "Type": "tipo",
55
+ "Content Type": "Tipo de Conteúdo",
50
56
  "Key": "Chave",
51
57
  "Expires In (minutes)": "Expira em (minutos)",
52
- "my-file-name (no extension)": "meu-arquivo-nome (sem extensão)",
58
+ "File Key": "Chave do arquivo",
59
+ "Folder Key": "Chave da pasta",
60
+ "Folder path": "Caminho da pasta",
61
+ "Maximum Files": "Máximo de arquivos",
62
+ "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.",
63
+ "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.",
53
64
  "The key of the file to read": "A chave do arquivo a ser lido",
54
65
  "The path/filename of the file to get": "O caminho/nome do arquivo para obter",
55
66
  "How long the URL should remain valid (in minutes).": "Quanto tempo a URL deve permanecer válida (em minutos).",
67
+ "The key of the file to move": "A tecla do arquivo para mover",
68
+ "The key of the folder to move the file to": "A chave da pasta para mover o arquivo",
69
+ "The key of the file to delete.": "A chave do arquivo a ser apagado.",
70
+ "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",
71
+ "Maximum number of files to return (1-1000)": "Número máximo de arquivos a retornar (1-1000)",
56
72
  "private": "privada",
57
73
  "public-read": "leitura-pública",
58
74
  "public-read-write": "leitura-escrita",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "lecionar-proprietário-do-quadro",
62
78
  "bucket-owner-full-control": "dono-do-do-em-controle completo",
63
- "image/png": "image/png",
64
- "image/jpeg": "imagens/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "áudio/mpeg",
67
- "audio/wav": "áudio/wav",
68
- "video/mp4": "vídeo/mp4",
69
- "application/pdf": "aplicativo/df",
70
- "application/msword": "aplicação/msword",
71
- "text/plain": "texto/simples",
72
- "application/json": "aplicativo/json",
73
79
  "New or Updated File": "Arquivo novo ou atualizado",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Aciona quando você adiciona ou atualiza um arquivo no seu bucket. O bucket/pasta que você escolher não deve conter mais de 10.000 arquivos.",
75
81
  "Markdown": "Markdown",
package/src/i18n/ru.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "Загрузить файл",
41
41
  "Read File": "Читать файл",
42
42
  "Generate signed URL": "Генерировать подписанный URL",
43
+ "Move File": "Переместить файл",
44
+ "Delete File": "Удалить файл",
45
+ "List Files": "Список файлов",
43
46
  "Upload an File to S3": "Загрузить файл в S3",
44
47
  "Read a file from S3 to use it in other steps": "Прочитайте файл S3 для использования его на других этапах",
45
48
  "Generate a signed URL for a file in a s3 bucket": "Генерировать подписанный URL для файла в сегменте s3",
49
+ "Move a File to Another Folder": "Переместить файл в другую папку",
50
+ "Deletes an existing file.": "Удаляет существующий файл.",
51
+ "List all files from an S3 bucket folder/prefix.": "Список всех файлов из папки /префикса S3.",
46
52
  "File": "Файл",
47
53
  "File Name": "Имя файла",
48
54
  "ACL": "ACL",
49
- "Type": "Тип",
55
+ "Content Type": "Тип контента",
50
56
  "Key": "Спецификация",
51
57
  "Expires In (minutes)": "Истекает через (в минутах)",
52
- "my-file-name (no extension)": "my-file-имя (без расширения)",
58
+ "File Key": "Ключ файла",
59
+ "Folder Key": "Ключ папки",
60
+ "Folder path": "Путь к папке",
61
+ "Maximum Files": "Максимум файлов",
62
+ "The File Name to use, if not set the API will try to figure out the file name.": "Имя файла, используемое, если он не установлен, API попытается найти имя файла.",
63
+ "Content Type of the uploaded file, if not set the API will try to figure out the content type.": "Тип содержимого загруженного файла, если он не установлен, API попытается определить тип содержимого.",
53
64
  "The key of the file to read": "Ключ для чтения файла",
54
65
  "The path/filename of the file to get": "Путь к файлу для получения",
55
66
  "How long the URL should remain valid (in minutes).": "Как долго URL-адрес должен оставаться действительным (в минутах).",
67
+ "The key of the file to move": "Ключ файла для перемещения",
68
+ "The key of the folder to move the file to": "Ключ папки для перемещения файла в",
69
+ "The key of the file to delete.": "Ключ файла для удаления.",
70
+ "The folder path to list files from (e.g., \"folder/\"). Leave empty to list from root.": "Путь к папке со списком файлов (например, \"папка/\"). Оставьте пустым для списка из root.",
71
+ "Maximum number of files to return (1-1000)": "Максимальное количество возвращаемых файлов (1-1000)",
56
72
  "private": "приватный",
57
73
  "public-read": "публичное чтение",
58
74
  "public-read-write": "публичное чтение",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "прочитано владельцем контейнера",
62
78
  "bucket-owner-full-control": "полноправное управление ведром-владельцем",
63
- "image/png": "image/png",
64
- "image/jpeg": "изображение/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "аудио/мпег",
67
- "audio/wav": "аудио/вав",
68
- "video/mp4": "видео/mp4",
69
- "application/pdf": "приложение/pdf",
70
- "application/msword": "приложение/msword",
71
- "text/plain": "текст/простой",
72
- "application/json": "приложение/json",
73
79
  "New or Updated File": "Новый или Обновленный файл",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Включает при добавлении или обновлении файла в корзину. Выбранные сегменты/папки не должны содержать более 10000 файлов.",
75
81
  "Markdown": "Markdown",
@@ -40,19 +40,35 @@
40
40
  "Upload File": "Upload File",
41
41
  "Read File": "Read File",
42
42
  "Generate signed URL": "Generate signed URL",
43
+ "Move File": "Move File",
44
+ "Delete File": "Delete File",
45
+ "List Files": "List Files",
43
46
  "Upload an File to S3": "Upload an File to S3",
44
47
  "Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
45
48
  "Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
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.",
46
52
  "File": "File",
47
53
  "File Name": "File Name",
48
54
  "ACL": "ACL",
49
- "Type": "Type",
55
+ "Content Type": "Content Type",
50
56
  "Key": "Key",
51
57
  "Expires In (minutes)": "Expires In (minutes)",
52
- "my-file-name (no extension)": "my-file-name (no extension)",
58
+ "File Key": "File Key",
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.",
53
64
  "The key of the file to read": "The key of the file to read",
54
65
  "The path/filename of the file to get": "The path/filename of the file to get",
55
66
  "How long the URL should remain valid (in minutes).": "How long the URL should remain valid (in minutes).",
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)",
56
72
  "private": "private",
57
73
  "public-read": "public-read",
58
74
  "public-read-write": "public-read-write",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "bucket-owner-read",
62
78
  "bucket-owner-full-control": "bucket-owner-full-control",
63
- "image/png": "image/png",
64
- "image/jpeg": "image/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "audio/mpeg",
67
- "audio/wav": "audio/wav",
68
- "video/mp4": "video/mp4",
69
- "application/pdf": "application/pdf",
70
- "application/msword": "application/msword",
71
- "text/plain": "text/plain",
72
- "application/json": "application/json",
73
79
  "New or Updated File": "New or Updated File",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.",
75
81
  "Markdown": "Markdown",
package/src/i18n/vi.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "Upload File",
41
41
  "Read File": "Read File",
42
42
  "Generate signed URL": "Generate signed URL",
43
+ "Move File": "Move File",
44
+ "Delete File": "Delete File",
45
+ "List Files": "List Files",
43
46
  "Upload an File to S3": "Upload an File to S3",
44
47
  "Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
45
48
  "Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
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.",
46
52
  "File": "File",
47
53
  "File Name": "File Name",
48
54
  "ACL": "ACL",
49
- "Type": "Type",
55
+ "Content Type": "Content Type",
50
56
  "Key": "Key",
51
57
  "Expires In (minutes)": "Expires In (minutes)",
52
- "my-file-name (no extension)": "my-file-name (no extension)",
58
+ "File Key": "File Key",
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.",
53
64
  "The key of the file to read": "The key of the file to read",
54
65
  "The path/filename of the file to get": "The path/filename of the file to get",
55
66
  "How long the URL should remain valid (in minutes).": "How long the URL should remain valid (in minutes).",
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)",
56
72
  "private": "private",
57
73
  "public-read": "public-read",
58
74
  "public-read-write": "public-read-write",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "aws-exec-read",
61
77
  "bucket-owner-read": "bucket-owner-read",
62
78
  "bucket-owner-full-control": "bucket-owner-full-control",
63
- "image/png": "image/png",
64
- "image/jpeg": "image/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "audio/mpeg",
67
- "audio/wav": "audio/wav",
68
- "video/mp4": "video/mp4",
69
- "application/pdf": "application/pdf",
70
- "application/msword": "application/msword",
71
- "text/plain": "text/plain",
72
- "application/json": "application/json",
73
79
  "New or Updated File": "New or Updated File",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.",
75
81
  "Markdown": "Markdown",
package/src/i18n/zh.json CHANGED
@@ -40,19 +40,35 @@
40
40
  "Upload File": "上傳文件",
41
41
  "Read File": "讀取文件",
42
42
  "Generate signed URL": "生成簽名 URL",
43
+ "Move File": "Move File",
44
+ "Delete File": "Delete File",
45
+ "List Files": "List Files",
43
46
  "Upload an File to S3": "將文件上傳到 S3",
44
47
  "Read a file from S3 to use it in other steps": "將文件從 S3 讀取以供其他步驟使用",
45
48
  "Generate a signed URL for a file in a s3 bucket": "為 S3 桶中的文件生成簽名 URL",
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.",
46
52
  "File": "文件",
47
53
  "File Name": "文件名",
48
54
  "ACL": "訪問控制列表",
49
- "Type": "類型",
55
+ "Content Type": "Content Type",
50
56
  "Key": "密鑰",
51
57
  "Expires In (minutes)": "過期時間(分鐘)",
52
- "my-file-name (no extension)": "我的文件名(無擴展名)",
58
+ "File Key": "File Key",
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.",
53
64
  "The key of the file to read": "要讀取的文件密鑰",
54
65
  "The path/filename of the file to get": "要獲取的文件路徑/文件名",
55
66
  "How long the URL should remain valid (in minutes).": "URL 應保持有效的時間(以分鐘為單位)。",
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)",
56
72
  "private": "私有",
57
73
  "public-read": "公開可讀",
58
74
  "public-read-write": "公開讀寫",
@@ -60,16 +76,6 @@
60
76
  "aws-exec-read": "AWS 執行讀取",
61
77
  "bucket-owner-read": "桶擁有者讀取",
62
78
  "bucket-owner-full-control": "桶擁有者完全控制",
63
- "image/png": "image/png",
64
- "image/jpeg": "image/jpeg",
65
- "image/gif": "image/gif",
66
- "audio/mpeg": "audio/mpeg",
67
- "audio/wav": "audio/wav",
68
- "video/mp4": "video/mp4",
69
- "application/pdf": "application/pdf",
70
- "application/msword": "application/msword",
71
- "text/plain": "text/plain",
72
- "application/json": "application/json",
73
79
  "New or Updated File": "新建或更新的文件",
74
80
  "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "當您在存儲桶中添加或更新文件時觸發。您選擇的存儲桶/文件夾不得包含超過 10,000 個文件。",
75
81
  "Markdown": "Markdown",