airbyte-source-s3 4.14.0.dev202504071642__py3-none-any.whl → 4.14.0.dev202504091813__py3-none-any.whl

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.

Potentially problematic release.


This version of airbyte-source-s3 might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-s3
3
- Version: 4.14.0.dev202504071642
3
+ Version: 4.14.0.dev202504091813
4
4
  Summary: Source implementation for S3.
5
5
  License: ELv2
6
6
  Author: Airbyte
@@ -10,7 +10,7 @@ Classifier: License :: Other/Proprietary License
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
- Requires-Dist: airbyte-cdk[file-based] (==6.45.0.dev04103)
13
+ Requires-Dist: airbyte-cdk[file-based] (==6.45.0.dev04107)
14
14
  Requires-Dist: dill (>=0.3.4,<0.4.0)
15
15
  Requires-Dist: pendulum (>=3.0.0,<4.0.0)
16
16
  Requires-Dist: pytz (>=2024.2,<2025.0)
@@ -17,9 +17,9 @@ source_s3/v4/config.py,sha256=v9upt0VvzRT2m50Ym8yS2E1F0hNzP21m3zzo7cAG0Wk,4271
17
17
  source_s3/v4/cursor.py,sha256=kZj_6Wtl2yVAVeKZW67XyYQOk2XtbYazTgswEgGfKnI,7298
18
18
  source_s3/v4/legacy_config_transformer.py,sha256=OjKwGBYPHZvhZRKGO1LOAR7-cAT-9KvDRQY-G93eoic,7840
19
19
  source_s3/v4/source.py,sha256=jugIY53C_G9QhQRwKWBPcXXUgYKF_RESSaewzF_HXhc,8967
20
- source_s3/v4/stream_reader.py,sha256=m-n9KiFdZM3A81SO-M_XmJOypgV8_rvSw1mTx1OdG7U,16310
20
+ source_s3/v4/stream_reader.py,sha256=qoCHJ0uxUqjaBYVo5TKy945ZPVjtlEs2ucGaKI6ZTKM,16320
21
21
  source_s3/v4/zip_reader.py,sha256=5Atoxu3Si0w5fNT6l_qQ-C1ZlKYt2DgV4Lxf8tTU5hw,14608
22
- airbyte_source_s3-4.14.0.dev202504071642.dist-info/METADATA,sha256=8S_HwgxZh2u1IQVhwHKMT1gJupzoSMa027mRp8zbKQQ,5402
23
- airbyte_source_s3-4.14.0.dev202504071642.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
24
- airbyte_source_s3-4.14.0.dev202504071642.dist-info/entry_points.txt,sha256=1ndXy1aXftjfCR82yLKg797X8-O5mD95tz6rNKA_1dE,47
25
- airbyte_source_s3-4.14.0.dev202504071642.dist-info/RECORD,,
22
+ airbyte_source_s3-4.14.0.dev202504091813.dist-info/METADATA,sha256=DqL0tW1qRzp-0UIgJJ76i6P1RABkhQbMWk_0P3N_v4I,5402
23
+ airbyte_source_s3-4.14.0.dev202504091813.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
24
+ airbyte_source_s3-4.14.0.dev202504091813.dist-info/entry_points.txt,sha256=1ndXy1aXftjfCR82yLKg797X8-O5mD95tz6rNKA_1dE,47
25
+ airbyte_source_s3-4.14.0.dev202504091813.dist-info/RECORD,,
@@ -266,7 +266,7 @@ class SourceS3StreamReader(AbstractFileBasedStreamReader):
266
266
  folder=file_paths[self.FILE_FOLDER],
267
267
  filename=file_name,
268
268
  bytes=file_size,
269
- updated_at=int(file.last_modified.timestamp() * 1000),
269
+ updated_at=file.last_modified.strftime("%Y-%m-%dT%H:%M:%S.%fZ"),
270
270
  )
271
271
 
272
272
  file_reference = AirbyteRecordMessageFileReference(