@nocobase/plugin-file-manager 1.9.32 → 1.9.33

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 (94) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/client/schemas/storageTypes/ali-oss.d.ts +12 -0
  3. package/dist/client/schemas/storageTypes/common.d.ts +12 -0
  4. package/dist/client/schemas/storageTypes/index.d.ts +48 -0
  5. package/dist/client/schemas/storageTypes/local.d.ts +12 -0
  6. package/dist/client/schemas/storageTypes/s3.d.ts +12 -0
  7. package/dist/client/schemas/storageTypes/tx-cos.d.ts +12 -0
  8. package/dist/common/collections/storages.d.ts +11 -0
  9. package/dist/common/collections/storages.js +6 -0
  10. package/dist/externalVersion.js +7 -7
  11. package/dist/locale/de-DE.json +9 -3
  12. package/dist/locale/en-US.json +9 -3
  13. package/dist/locale/es-ES.json +9 -3
  14. package/dist/locale/fr-FR.json +9 -3
  15. package/dist/locale/it-IT.json +9 -3
  16. package/dist/locale/ja-JP.json +9 -3
  17. package/dist/locale/ko-KR.json +9 -3
  18. package/dist/locale/nl-NL.json +9 -3
  19. package/dist/locale/pt-BR.json +9 -3
  20. package/dist/locale/ru-RU.json +9 -3
  21. package/dist/locale/tr-TR.json +9 -3
  22. package/dist/locale/uk-UA.json +9 -3
  23. package/dist/locale/zh-CN.json +10 -4
  24. package/dist/locale/zh-TW.json +13 -7
  25. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  26. package/dist/node_modules/@aws-sdk/lib-storage/LICENSE +201 -0
  27. package/dist/node_modules/{multer-s3 → @aws-sdk/lib-storage/dist-cjs}/index.js +574 -6229
  28. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.browser.js +8 -0
  29. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.js +10 -0
  30. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.native.js +8 -0
  31. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.shared.js +6 -0
  32. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/Upload.js +304 -0
  33. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/bytelength.js +27 -0
  34. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunker.js +24 -0
  35. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunks/getChunkStream.js +24 -0
  36. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunks/getChunkUint8Array.js +19 -0
  37. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunks/getDataReadable.js +11 -0
  38. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/chunks/getDataReadableStream.js +24 -0
  39. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/index.js +2 -0
  40. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/runtimeConfig.browser.js +5 -0
  41. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/runtimeConfig.js +7 -0
  42. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/runtimeConfig.native.js +5 -0
  43. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/runtimeConfig.shared.js +3 -0
  44. package/dist/node_modules/@aws-sdk/lib-storage/dist-es/types.js +1 -0
  45. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/Upload.d.ts +59 -0
  46. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/bytelength.d.ts +1 -0
  47. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunker.d.ts +3 -0
  48. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunks/getChunkStream.d.ts +2 -0
  49. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunks/getChunkUint8Array.d.ts +2 -0
  50. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunks/getDataReadable.d.ts +3 -0
  51. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/chunks/getDataReadableStream.d.ts +1 -0
  52. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/index.d.ts +2 -0
  53. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/runtimeConfig.browser.d.ts +7 -0
  54. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/runtimeConfig.d.ts +8 -0
  55. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/runtimeConfig.native.d.ts +7 -0
  56. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/runtimeConfig.shared.d.ts +6 -0
  57. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/Upload.d.ts +43 -0
  58. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/bytelength.d.ts +1 -0
  59. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunker.d.ts +6 -0
  60. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunks/getChunkStream.d.ts +6 -0
  61. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunks/getChunkUint8Array.d.ts +5 -0
  62. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunks/getDataReadable.d.ts +4 -0
  63. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/chunks/getDataReadableStream.d.ts +3 -0
  64. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/index.d.ts +2 -0
  65. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  66. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  67. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  68. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -0
  69. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/ts3.4/types.d.ts +22 -0
  70. package/dist/node_modules/@aws-sdk/lib-storage/dist-types/types.d.ts +51 -0
  71. package/dist/node_modules/@aws-sdk/lib-storage/package.json +1 -0
  72. package/dist/node_modules/ali-oss/package.json +1 -1
  73. package/dist/node_modules/mime-match/package.json +1 -1
  74. package/dist/node_modules/mime-types/package.json +1 -1
  75. package/dist/node_modules/mkdirp/package.json +1 -1
  76. package/dist/node_modules/multer-cos/package.json +1 -1
  77. package/dist/node_modules/url-join/package.json +1 -1
  78. package/dist/server/storages/index.d.ts +1 -0
  79. package/dist/server/storages/local.js +1 -1
  80. package/dist/server/storages/s3.d.ts +10 -3
  81. package/dist/server/storages/s3.js +121 -29
  82. package/dist/server/storages/tx-cos.js +1 -1
  83. package/dist/server/utils.d.ts +1 -0
  84. package/dist/server/utils.js +43 -0
  85. package/package.json +3 -2
  86. package/dist/node_modules/multer-s3/.gitattributes +0 -1
  87. package/dist/node_modules/multer-s3/.travis.yml +0 -6
  88. package/dist/node_modules/multer-s3/LICENSE +0 -22
  89. package/dist/node_modules/multer-s3/package.json +0 -1
  90. package/dist/node_modules/multer-s3/test/basic.js +0 -293
  91. package/dist/node_modules/multer-s3/test/files/a.txt +0 -1
  92. package/dist/node_modules/multer-s3/test/files/test.svg +0 -3
  93. package/dist/node_modules/multer-s3/test/files/test2.svg +0 -9
  94. package/dist/node_modules/multer-s3/test/util/mock-s3.js +0 -17
@@ -11,25 +11,31 @@
11
11
  "Default storage": "Stockage par défaut",
12
12
  "Default storage will be used when not selected": "Default storage will be used when not selected",
13
13
  "Destination": "Destination",
14
+ "Endpoint": "Point de terminaison",
14
15
  "Extension name": "Extension name",
15
16
  "File collection": "File collection",
16
17
  "File manager": "Gestionnaire de fichiers",
18
+ "Renaming": "Renommage",
19
+ "Keep original filename (will be overwrite if filename is existed)": "Conserver le nom d'origine (sera écrasé si le fichier existe)",
20
+ "Random string": "Chaîne aléatoire",
21
+ "Append random ID": "Ajouter un ID aléatoire",
17
22
  "File name": "File name",
23
+ "File pre-process parameters": "File pre-process parameters",
18
24
  "File size limit": "File size limit",
19
25
  "File storage": "File storage",
20
- "File type (in MIME type format)": "File type (in MIME type format)",
26
+ "File type allowed (in MIME type format)": "Type de fichier autorisé (au format MIME)",
21
27
  "Filename": "Nom de fichier",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "Keep file in storage when destroy record",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "Stockage local",
26
32
  "MIME type": "Type MIME",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Minimum from 1 byte, maximum up to 1GB.",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
30
35
  "Path": "Chemin",
31
36
  "Region": "Region",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "Stratégie de renommage pour éviter les conflits de noms de fichiers lors du téléchargement.",
33
39
  "See more": "See more",
34
40
  "Size": "Size",
35
41
  "Storage": "Storage",
@@ -45,4 +51,4 @@
45
51
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
46
52
  "Use the built-in static file server": "Utiliser le serveur de fichiers statique intégré",
47
53
  "Will be used for API": "Sera utilisé pour l'API"
48
- }
54
+ }
@@ -11,25 +11,31 @@
11
11
  "Default storage": "Archivio predefinito",
12
12
  "Default storage will be used when not selected": "Se non selezionato verrà utilizzato lo spazio di archiviazione predefinito",
13
13
  "Destination": "Destinazione",
14
+ "Endpoint": "Endpoint",
14
15
  "Extension name": "Nome estensione",
15
16
  "File collection": "Raccolta file",
16
17
  "File manager": "Gestore file",
18
+ "Renaming": "Rinomina",
19
+ "Keep original filename (will be overwrite if filename is existed)": "Mantieni nome originale (verrà sovrascritto se esiste)",
20
+ "Random string": "Stringa casuale",
21
+ "Append random ID": "Aggiungi ID casuale",
17
22
  "File name": "Nome file",
23
+ "File pre-process parameters": "Parametri di pre-elaborazione file",
18
24
  "File size limit": "Limite dimensione file",
19
25
  "File storage": "Archiviazione file",
20
- "File type (in MIME type format)": "Tipo di file (in formato MIME)",
26
+ "File type allowed (in MIME type format)": "Tipo di file consentito (in formato MIME)",
21
27
  "Filename": "Nome file",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "Quando elimini il record mantieni il file nello spazio di archiviazione",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "Archivio locale",
26
32
  "MIME type": "Tipo MIME",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Minimo da 1 byte, massimo fino a 1GB.",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Più tipi separati da virgola, ad esempio: \"image/*\", \"image/png\", \"image/*, application/pdf\" ecc.",
30
35
  "Path": "Percorso",
31
36
  "Region": "Regione",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Percorso relativo in cui verrà salvato il file. Lasciare vuoto per il percorso radice. Le barre iniziali e finali \"/\" verranno ignorate. Ad esempio: \"user/avatar\".",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "Strategia di rinominazione per evitare conflitti di nomi di file durante il caricamento dei file.",
33
39
  "See more": "Vedi altro",
34
40
  "Size": "Dimensione file",
35
41
  "Storage": "Spazio di archiviazione",
@@ -43,4 +49,4 @@
43
49
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
44
50
  "Use the built-in static file server": "Usa il server di file statici integrato",
45
51
  "Will be used for API": "Sarà utilizzato per l'API"
46
- }
52
+ }
@@ -11,25 +11,31 @@
11
11
  "Default storage": "デフォルトストレージ",
12
12
  "Default storage will be used when not selected": "空欄の場合はデフォルトのストレージが使用されます。",
13
13
  "Destination": "ファイルパス",
14
+ "Endpoint": "エンドポイント",
14
15
  "Extension name": "拡張子",
15
16
  "File collection": "ファイルデータテーブル",
16
17
  "File manager": "ファイルストレージ",
18
+ "Renaming": "リネーム",
19
+ "Keep original filename (will be overwrite if filename is existed)": "元のファイル名を保持(存在する場合は上書きされます)",
20
+ "Random string": "ランダム文字列",
21
+ "Append random ID": "ランダムな ID を追加",
17
22
  "File name": "ファイル名",
23
+ "File pre-process parameters": "ファイルの事前処理パラメータ",
18
24
  "File size limit": "ファイルサイズ制限",
19
25
  "File storage": "ファイルストレージ",
20
- "File type (in MIME type format)": "ファイルタイプ(MIME形式)",
26
+ "File type allowed (in MIME type format)": "許可されているファイルタイプ(MIME形式)",
21
27
  "Filename": "ファイル名",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "レコード削除時にファイルを保持",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "ローカルストレージ",
26
32
  "MIME type": "ファイル形式",
27
- "Minimum from 1 byte, maximum up to 1GB.": "最小サイズは1バイト、最大サイズは1GBです。",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "複数のタイプはカンマで区切ります。 例えば「image/*」「image/png」「image/*、application/pdf」など。",
30
35
  "Path": "パス",
31
36
  "Region": "地域",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "更清晰的表达方式,符合技术描述",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "ファイルアップロード時のファイル名の競合を避けるためのリネーム戦略。",
33
39
  "See more": "続きを見る",
34
40
  "Size": "ファイルサイズ",
35
41
  "Storage": "ストレージ",
@@ -45,4 +51,4 @@
45
51
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
46
52
  "Use the built-in static file server": "組み込みの静的ファイル サービスを使用する",
47
53
  "Will be used for API": "API で使用されます"
48
- }
54
+ }
@@ -11,13 +11,19 @@
11
11
  "Default storage": "기본 저장소",
12
12
  "Default storage will be used when not selected": "선택하지 않으면 기본 저장소가 사용됩니다.",
13
13
  "Destination": "업로드 대상 폴더",
14
+ "Endpoint": "엔드포인트",
14
15
  "Extension name": "확장자명",
15
16
  "File collection": "파일 데이터 테이블",
16
17
  "File manager": "파일 관리자",
18
+ "Renaming": "파일 이름 변경",
19
+ "Keep original filename (will be overwrite if filename is existed)": "원본 파일명 유지(동일한 파일명이 있으면 덮어쓰기)",
20
+ "Random string": "무작위 문자열",
21
+ "Append random ID": "무작위 ID 추가",
17
22
  "File name": "파일명",
23
+ "File pre-process parameters": "파일 사전 처리 매개변수",
18
24
  "File size limit": "파일 크기 제한",
19
25
  "File storage": "파일 저장소",
20
- "File type (in MIME type format)": "파일 유형(MIME 타입 형식)",
26
+ "File type allowed (in MIME type format)": "허용된 파일 유형 (MIME 타입 형식)",
21
27
  "Filename": "파일명",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "레코드 삭제 시 파일을 저장소에 보존",
@@ -25,12 +31,12 @@
25
31
  "Keep file in storage when destroying a record": "레코드 삭제 시 파일을 저장소에 보존",
26
32
  "Local storage": "로컬 저장소",
27
33
  "MIME type": "MIME 타입",
28
- "Minimum from 1 byte, maximum up to 1GB.": "Minimum from 1 byte, maximum up to 1GB.",
29
34
  "Minimum from 1 byte.": "Minimum from 1 byte.",
30
35
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
31
36
  "Path": "경로",
32
37
  "Region": "지역",
33
38
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
39
+ "Renaming strategy to avoid filename conflicts when uploading files.": "파일 업로드 시 파일 이름 충돌을 피하기 위한 이름 변경 전략입니다.",
34
40
  "See more": "더 보기",
35
41
  "Size": "파일 크기",
36
42
  "Storage": "저장소",
@@ -45,4 +51,4 @@
45
51
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
46
52
  "Use the built-in static file server": "내장 정적 파일 서버 사용",
47
53
  "Will be used for API": "API에 사용됩니다."
48
- }
54
+ }
@@ -11,25 +11,31 @@
11
11
  "Default storage": "Standaard opslagruimte",
12
12
  "Default storage will be used when not selected": "Standaard opslagruimte wordt gebruikt wanneer niet geselecteerd",
13
13
  "Destination": "Bestemmingsmap",
14
+ "Endpoint": "Eindpunt",
14
15
  "Extension name": "Extensienaam",
15
16
  "File collection": "Bestandcollectie",
16
17
  "File manager": "Bestandsbeheerder",
18
+ "Renaming": "Hernoemen",
19
+ "Keep original filename (will be overwrite if filename is existed)": "Originele bestandsnaam behouden (wordt overschreven als bestand bestaat)",
20
+ "Random string": "Willekeurige tekenreeks",
21
+ "Append random ID": "Willekeurig ID toevoegen",
17
22
  "File name": "Bestandsnaam",
23
+ "File pre-process parameters": "Bestand voorbewerkingsparameters",
18
24
  "File size limit": "Bestandsgrootte limiet",
19
25
  "File storage": "Bestandsopslag",
20
- "File type (in MIME type format)": "Bestandstype (in MIME type formaat)",
26
+ "File type allowed (in MIME type format)": "Toegestane bestandstypen (in MIME-type formaat)",
21
27
  "Filename": "Bestandsnaam",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "Bestand in opslag houden bij vernietiging van record",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "Lokale opslag",
26
32
  "MIME type": "MIME type",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Minimaal vanaf 1 byte, maximaal tot 1 GB.",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Meerdere typen gescheiden door een komma, bijvoorbeeld: \"image/*\", \"image/png\", \"image/*, application/pdf\" enz.",
30
35
  "Path": "Pad",
31
36
  "Region": "Regio",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relatief pad waar het bestand zal worden opgeslagen. Laat leeg als hoofdmap. De voorloop- en achterloop-slashes \"/\" worden genegeerd. Bijvoorbeeld: \"gebruiker/avatar\".",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "Hernoemstrategie om bestandsnaamconflicten te voorkomen bij het uploaden van bestanden.",
33
39
  "See more": "Bekijk meer",
34
40
  "Size": "Grootte",
35
41
  "Storage": "Opslagruimte",
@@ -43,4 +49,4 @@
43
49
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
44
50
  "Use the built-in static file server": "Gebruik de ingebouwde statische bestandsserver",
45
51
  "Will be used for API": "Zal worden gebruikt voor API"
46
- }
52
+ }
@@ -11,25 +11,31 @@
11
11
  "Default storage": "Default storage",
12
12
  "Default storage will be used when not selected": "Default storage will be used when not selected",
13
13
  "Destination": "Destination",
14
+ "Endpoint": "Endpoint",
14
15
  "Extension name": "Extension name",
15
16
  "File collection": "File collection",
16
17
  "File manager": "File manager",
18
+ "Renaming": "Renomear",
19
+ "Keep original filename (will be overwrite if filename is existed)": "Manter nome original (será sobrescrito se existir)",
20
+ "Random string": "String aleatória",
21
+ "Append random ID": "Adicionar ID aleatório",
17
22
  "File name": "File name",
23
+ "File pre-process parameters": "Parâmetros de pré-processamento de arquivo",
18
24
  "File size limit": "File size limit",
19
25
  "File storage": "File storage",
20
- "File type (in MIME type format)": "File type (in MIME type format)",
26
+ "File type allowed (in MIME type format)": "File type allowed (in MIME type format)",
21
27
  "Filename": "Filename",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "Keep file in storage when destroy record",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "Local storage",
26
32
  "MIME type": "MIME type",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Minimum from 1 byte, maximum up to 1GB.",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
30
35
  "Path": "Path",
31
36
  "Region": "Region",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "Renaming strategy to avoid filename conflicts when uploading files.",
33
39
  "See more": "See more",
34
40
  "Size": "Size",
35
41
  "Storage": "Storage",
@@ -43,4 +49,4 @@
43
49
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
44
50
  "Use the built-in static file server": "Use the built-in static file server",
45
51
  "Will be used for API": "Will be used for API"
46
- }
52
+ }
@@ -11,25 +11,31 @@
11
11
  "Default storage": "Хранилище по умолчанию",
12
12
  "Default storage will be used when not selected": "Будет использоваться хранилище по умолчанию, если не выбрано другое",
13
13
  "Destination": "Назначение",
14
+ "Endpoint": "Конечная точка",
14
15
  "Extension name": "Расширение имени файла",
15
16
  "File collection": "Коллекция файлов",
16
17
  "File manager": "Файловые хранилища",
18
+ "Renaming": "Переименование",
19
+ "Keep original filename (will be overwrite if filename is existed)": "Сохранить оригинальное имя (будет перезаписано, если файл существует)",
20
+ "Random string": "Случайная строка",
21
+ "Append random ID": "Добавить случайный ID",
17
22
  "File name": "Имя файла",
23
+ "File pre-process parameters": "Параметры предварительной обработки файла",
18
24
  "File size limit": "Ограничение размера файла",
19
25
  "File storage": "Файловое хранилище",
20
- "File type (in MIME type format)": "Тип файла (в формате MIME)",
26
+ "File type allowed (in MIME type format)": "Тип файла (в формате MIME)",
21
27
  "Filename": "Имя файла",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "Оставить файл в хранилище при удалении записи",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "Локальное хранилище",
26
32
  "MIME type": "Тип MIME",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Минимум от 1 байта, максимум до 1 ГБ.",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Множественные типы, разделенные запятой, например: \"image/*\", \"image/png\", \"image/*, application/pdf\" и т.д.",
30
35
  "Path": "Путь",
31
36
  "Region": "Регион",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Относительный путь, по которому будет сохранен файл. Оставьте пустым для корневого пути. Начальные и конечные слеши \"/\" будут проигнорированы. Например: \"user/avatar\".",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "Стратегия переименования для избежания конфликтов имен файлов при загрузке файлов.",
33
39
  "See more": "Подробнее",
34
40
  "Size": "Размер",
35
41
  "Storage": "Хранилище",
@@ -45,4 +51,4 @@
45
51
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Таймаут загрузки для одного файла в миллисекундах. По умолчанию 600000.",
46
52
  "Use the built-in static file server": "Использовать встроенный статический файл-сервер",
47
53
  "Will be used for API": "Будет использоваться для API"
48
- }
54
+ }
@@ -11,25 +11,31 @@
11
11
  "Default storage": "Varsayılan depo",
12
12
  "Default storage will be used when not selected": "Default storage will be used when not selected",
13
13
  "Destination": "Hedef",
14
+ "Endpoint": "Endpoint",
14
15
  "Extension name": "Extension name",
15
16
  "File collection": "File collection",
16
17
  "File manager": "Dosya depoları",
18
+ "Renaming": "Yeniden Adlandırma",
19
+ "Keep original filename (will be overwrite if filename is existed)": "Orijinal dosya adını koru (dosya varsa üzerine yazılır)",
20
+ "Random string": "Rastgele dize",
21
+ "Append random ID": "Rastgele ID ekle",
17
22
  "File name": "File name",
23
+ "File pre-process parameters": "Dosya ön işleme parametreleri",
18
24
  "File size limit": "File size limit",
19
25
  "File storage": "File storage",
20
- "File type (in MIME type format)": "File type (in MIME type format)",
26
+ "File type allowed (in MIME type format)": "İzin verilen dosya türü (MIME türü formatında)",
21
27
  "Filename": "Dosya adı",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "Keep file in storage when destroy record",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "Lokal depolama",
26
32
  "MIME type": "Kabul et",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Minimum from 1 byte, maximum up to 1GB.",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
30
35
  "Path": "Path",
31
36
  "Region": "Region",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "Dosya yüklerken dosya adı çakışmalarını önlemek için yeniden adlandırma stratejisi.",
33
39
  "See more": "See more",
34
40
  "Size": "Size",
35
41
  "Storage": "Storage",
@@ -44,4 +50,4 @@
44
50
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
45
51
  "Use the built-in static file server": "Yerleşik statik dosya sunucusunu kullanın",
46
52
  "Will be used for API": "Will be used for API"
47
- }
53
+ }
@@ -11,25 +11,31 @@
11
11
  "Default storage": "Default storage",
12
12
  "Default storage will be used when not selected": "Default storage will be used when not selected",
13
13
  "Destination": "Destination",
14
+ "Endpoint": "Endpoint",
14
15
  "Extension name": "Extension name",
15
16
  "File collection": "File collection",
16
17
  "File manager": "File manager",
18
+ "Renaming": "Перейменування",
19
+ "Keep original filename (will be overwrite if filename is existed)": "Зберегти оригінальне ім'я (буде перезаписано, якщо файл існує)",
20
+ "Random string": "Випадковий рядок",
21
+ "Append random ID": "Додати випадковий ID",
17
22
  "File name": "File name",
23
+ "File pre-process parameters": "File pre-process parameters",
18
24
  "File size limit": "File size limit",
19
25
  "File storage": "File storage",
20
- "File type (in MIME type format)": "File type (in MIME type format)",
26
+ "File type allowed (in MIME type format)": "File type allowed (in MIME type format)",
21
27
  "Filename": "Filename",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "Keep file in storage when destroy record",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "Local storage",
26
32
  "MIME type": "MIME type",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Minimum from 1 byte, maximum up to 1GB.",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
30
35
  "Path": "Path",
31
36
  "Region": "Region",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "Renaming strategy to avoid filename conflicts when uploading files.",
33
39
  "See more": "See more",
34
40
  "Size": "Size",
35
41
  "Storage": "Storage",
@@ -43,4 +49,4 @@
43
49
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
44
50
  "Use the built-in static file server": "Use the built-in static file server",
45
51
  "Will be used for API": "Will be used for API"
46
- }
52
+ }
@@ -4,6 +4,7 @@
4
4
  "Aliyun OSS region part of the bucket. For example: \"oss-cn-beijing\".": "阿里云 OSS 存储桶所在区域。例如:\"oss-cn-beijing\"。",
5
5
  "Allow uploading multiple files": "允许上传多个文件",
6
6
  "Amazon S3": "亚马逊 S3",
7
+ "Append random ID": "追加随机 ID",
7
8
  "Attachment": "附件",
8
9
  "Base URL": "基础 URL",
9
10
  "Base URL for file access, could be your CDN base URL. For example: \"https://cdn.nocobase.com\".": "文件访问的基础 URL,可以是你的 CDN 基础 URL。例如:\"https://cdn.nocobase.com\"。",
@@ -11,25 +12,30 @@
11
12
  "Default storage": "默认存储空间",
12
13
  "Default storage will be used when not selected": "留空将使用默认存储空间",
13
14
  "Destination": "上传目标文件夹",
15
+ "Endpoint": "接入点",
14
16
  "Extension name": "扩展名",
15
17
  "File collection": "文件数据表",
16
18
  "File manager": "文件管理器",
17
19
  "File name": "文件名",
20
+ "File pre-process parameters": "文件预处理参数",
18
21
  "File size limit": "文件大小限制",
19
- "File storage": "文件存储",
20
- "File type (in MIME type format)": "文件类型(MIME 格式)",
22
+ "File storage": "文件存储器",
23
+ "File type allowed (in MIME type format)": "允许的文件类型(MIME 格式)",
21
24
  "Filename": "文件名",
22
25
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "只有在删除文件表记录时,文件才会被删除。当删除其他表的记录包含指向文件表的关系字段时,除非关系中配置了级联删除,否则文件不会被删除。",
23
26
  "Keep file in storage when destroy record": "删除记录时保留文件",
24
27
  "Keep file in storage when destroy the file record": "删除文件记录时保留文件",
28
+ "Keep original filename (will be overwrite if filename is existed)": "保持原名(同名文件将被覆盖)",
25
29
  "Local storage": "本地存储",
26
30
  "MIME type": "MIME 类型",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Minimum from 1 byte, maximum up to 1GB.",
28
31
  "Minimum from 1 byte.": "最小为 1 字节。",
29
32
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "多个类型用逗号分隔,例如:\"image/*\", \"image/png\", \"image/*, application/pdf\" 等。",
30
33
  "Path": "路径",
34
+ "Random string": "随机字符串",
31
35
  "Region": "区域",
32
36
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "文件保存的相对路径。留空则为根路径。开始和结尾的斜杠“/”会被忽略。例如:\"user/avatar\"。",
37
+ "Renaming": "重命名",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "上传文件时避免文件名冲突的重命名策略。",
33
39
  "See more": "更多请查阅",
34
40
  "Size": "文件大小",
35
41
  "Storage": "存储空间",
@@ -43,4 +49,4 @@
43
49
  "Upload timeout for a single file in milliseconds. Default is 600000.": "上传单个文件的超时时间,单位为毫秒。默认为 600000。",
44
50
  "Use the built-in static file server": "使用内置静态文件服务",
45
51
  "Will be used for API": "将用于 API"
46
- }
52
+ }
@@ -11,25 +11,31 @@
11
11
  "Default storage": "Default storage",
12
12
  "Default storage will be used when not selected": "Default storage will be used when not selected",
13
13
  "Destination": "Destination",
14
+ "Endpoint": "接入点",
14
15
  "Extension name": "Extension name",
15
16
  "File collection": "File collection",
16
17
  "File manager": "File manager",
17
- "File name": "File name",
18
- "File size limit": "File size limit",
19
- "File storage": "File storage",
20
- "File type (in MIME type format)": "File type (in MIME type format)",
21
- "Filename": "Filename",
18
+ "Renaming": "重新命名",
19
+ "Keep original filename (will be overwrite if filename is existed)": "保留原始檔名(若檔名存在將被覆蓋)",
20
+ "Random string": "隨機字串",
21
+ "Append random ID": "追加隨機 ID",
22
+ "File name": "文件名",
23
+ "File pre-process parameters": "文件預處理參數",
24
+ "File size limit": "文件大小限制",
25
+ "File storage": "文件存儲器",
26
+ "File type allowed (in MIME type format)": "允許的文件類型(MIME 類型格式)",
27
+ "Filename": "文件名",
22
28
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
23
29
  "Keep file in storage when destroy record": "Keep file in storage when destroy record",
24
30
  "Keep file in storage when destroy the file record": "Keep file in storage when destroy the file record",
25
31
  "Local storage": "Local storage",
26
32
  "MIME type": "MIME type",
27
- "Minimum from 1 byte, maximum up to 1GB.": "Minimum from 1 byte, maximum up to 1GB.",
28
33
  "Minimum from 1 byte.": "Minimum from 1 byte.",
29
34
  "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.": "Multi-types seperated with comma, for example: \"image/*\", \"image/png\", \"image/*, application/pdf\" etc.",
30
35
  "Path": "Path",
31
36
  "Region": "Region",
32
37
  "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".": "Relative path the file will be saved to. Left blank as root path. The leading and trailing slashes \"/\" will be ignored. For example: \"user/avatar\".",
38
+ "Renaming strategy to avoid filename conflicts when uploading files.": "避免上傳文件時文件名衝突的重命名策略。",
33
39
  "See more": "See more",
34
40
  "Size": "Size",
35
41
  "Storage": "Storage",
@@ -43,4 +49,4 @@
43
49
  "Upload timeout for a single file in milliseconds. Default is 600000.": "Upload timeout for a single file in milliseconds. Default is 600000.",
44
50
  "Use the built-in static file server": "Use the built-in static file server",
45
51
  "Will be used for API": "Will be used for API"
46
- }
52
+ }
@@ -1 +1 @@
1
- {"name":"@aws-sdk/client-s3","description":"AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native","version":"3.750.0","scripts":{"build":"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'","build:cjs":"node ../../scripts/compilation/inline client-s3","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo s3","test":"yarn g:vitest run","test:browser":"node ./test/browser-build/esbuild && yarn g:vitest run -c vitest.config.browser.ts","test:browser:watch":"node ./test/browser-build/esbuild && yarn g:vitest watch -c vitest.config.browser.ts","test:e2e":"yarn g:vitest run -c vitest.config.e2e.ts && yarn test:browser","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.ts","test:watch":"yarn g:vitest watch"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha1-browser":"5.2.0","@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.750.0","@aws-sdk/credential-provider-node":"3.750.0","@aws-sdk/middleware-bucket-endpoint":"3.734.0","@aws-sdk/middleware-expect-continue":"3.734.0","@aws-sdk/middleware-flexible-checksums":"3.750.0","@aws-sdk/middleware-host-header":"3.734.0","@aws-sdk/middleware-location-constraint":"3.734.0","@aws-sdk/middleware-logger":"3.734.0","@aws-sdk/middleware-recursion-detection":"3.734.0","@aws-sdk/middleware-sdk-s3":"3.750.0","@aws-sdk/middleware-ssec":"3.734.0","@aws-sdk/middleware-user-agent":"3.750.0","@aws-sdk/region-config-resolver":"3.734.0","@aws-sdk/signature-v4-multi-region":"3.750.0","@aws-sdk/types":"3.734.0","@aws-sdk/util-endpoints":"3.743.0","@aws-sdk/util-user-agent-browser":"3.734.0","@aws-sdk/util-user-agent-node":"3.750.0","@aws-sdk/xml-builder":"3.734.0","@smithy/config-resolver":"^4.0.1","@smithy/core":"^3.1.4","@smithy/eventstream-serde-browser":"^4.0.1","@smithy/eventstream-serde-config-resolver":"^4.0.1","@smithy/eventstream-serde-node":"^4.0.1","@smithy/fetch-http-handler":"^5.0.1","@smithy/hash-blob-browser":"^4.0.1","@smithy/hash-node":"^4.0.1","@smithy/hash-stream-node":"^4.0.1","@smithy/invalid-dependency":"^4.0.1","@smithy/md5-js":"^4.0.1","@smithy/middleware-content-length":"^4.0.1","@smithy/middleware-endpoint":"^4.0.5","@smithy/middleware-retry":"^4.0.6","@smithy/middleware-serde":"^4.0.2","@smithy/middleware-stack":"^4.0.1","@smithy/node-config-provider":"^4.0.1","@smithy/node-http-handler":"^4.0.2","@smithy/protocol-http":"^5.0.1","@smithy/smithy-client":"^4.1.5","@smithy/types":"^4.1.0","@smithy/url-parser":"^4.0.1","@smithy/util-base64":"^4.0.0","@smithy/util-body-length-browser":"^4.0.0","@smithy/util-body-length-node":"^4.0.0","@smithy/util-defaults-mode-browser":"^4.0.6","@smithy/util-defaults-mode-node":"^4.0.6","@smithy/util-endpoints":"^3.0.1","@smithy/util-middleware":"^4.0.1","@smithy/util-retry":"^4.0.1","@smithy/util-stream":"^4.1.1","@smithy/util-utf8":"^4.0.0","@smithy/util-waiter":"^4.0.2","tslib":"^2.6.2"},"devDependencies":{"@aws-sdk/signature-v4-crt":"3.750.0","@tsconfig/node18":"18.2.4","@types/node":"^18.19.69","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typescript":"~5.2.2"},"engines":{"node":">=18.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-s3"},"_lastModified":"2025-12-24T08:38:12.978Z"}
1
+ {"name":"@aws-sdk/client-s3","description":"AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native","version":"3.750.0","scripts":{"build":"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'","build:cjs":"node ../../scripts/compilation/inline client-s3","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo s3","test":"yarn g:vitest run","test:browser":"node ./test/browser-build/esbuild && yarn g:vitest run -c vitest.config.browser.ts","test:browser:watch":"node ./test/browser-build/esbuild && yarn g:vitest watch -c vitest.config.browser.ts","test:e2e":"yarn g:vitest run -c vitest.config.e2e.ts && yarn test:browser","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.ts","test:watch":"yarn g:vitest watch"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha1-browser":"5.2.0","@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.750.0","@aws-sdk/credential-provider-node":"3.750.0","@aws-sdk/middleware-bucket-endpoint":"3.734.0","@aws-sdk/middleware-expect-continue":"3.734.0","@aws-sdk/middleware-flexible-checksums":"3.750.0","@aws-sdk/middleware-host-header":"3.734.0","@aws-sdk/middleware-location-constraint":"3.734.0","@aws-sdk/middleware-logger":"3.734.0","@aws-sdk/middleware-recursion-detection":"3.734.0","@aws-sdk/middleware-sdk-s3":"3.750.0","@aws-sdk/middleware-ssec":"3.734.0","@aws-sdk/middleware-user-agent":"3.750.0","@aws-sdk/region-config-resolver":"3.734.0","@aws-sdk/signature-v4-multi-region":"3.750.0","@aws-sdk/types":"3.734.0","@aws-sdk/util-endpoints":"3.743.0","@aws-sdk/util-user-agent-browser":"3.734.0","@aws-sdk/util-user-agent-node":"3.750.0","@aws-sdk/xml-builder":"3.734.0","@smithy/config-resolver":"^4.0.1","@smithy/core":"^3.1.4","@smithy/eventstream-serde-browser":"^4.0.1","@smithy/eventstream-serde-config-resolver":"^4.0.1","@smithy/eventstream-serde-node":"^4.0.1","@smithy/fetch-http-handler":"^5.0.1","@smithy/hash-blob-browser":"^4.0.1","@smithy/hash-node":"^4.0.1","@smithy/hash-stream-node":"^4.0.1","@smithy/invalid-dependency":"^4.0.1","@smithy/md5-js":"^4.0.1","@smithy/middleware-content-length":"^4.0.1","@smithy/middleware-endpoint":"^4.0.5","@smithy/middleware-retry":"^4.0.6","@smithy/middleware-serde":"^4.0.2","@smithy/middleware-stack":"^4.0.1","@smithy/node-config-provider":"^4.0.1","@smithy/node-http-handler":"^4.0.2","@smithy/protocol-http":"^5.0.1","@smithy/smithy-client":"^4.1.5","@smithy/types":"^4.1.0","@smithy/url-parser":"^4.0.1","@smithy/util-base64":"^4.0.0","@smithy/util-body-length-browser":"^4.0.0","@smithy/util-body-length-node":"^4.0.0","@smithy/util-defaults-mode-browser":"^4.0.6","@smithy/util-defaults-mode-node":"^4.0.6","@smithy/util-endpoints":"^3.0.1","@smithy/util-middleware":"^4.0.1","@smithy/util-retry":"^4.0.1","@smithy/util-stream":"^4.1.1","@smithy/util-utf8":"^4.0.0","@smithy/util-waiter":"^4.0.2","tslib":"^2.6.2"},"devDependencies":{"@aws-sdk/signature-v4-crt":"3.750.0","@tsconfig/node18":"18.2.4","@types/node":"^18.19.69","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typescript":"~5.2.2"},"engines":{"node":">=18.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-s3"},"_lastModified":"2026-01-04T02:10:43.413Z"}