nvidia-nat-s3 1.2.0a20250813__py3-none-any.whl → 1.2.0rc6__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.
@@ -28,8 +28,8 @@ class S3ObjectStoreClientConfig(ObjectStoreBaseConfig, name="s3"):
28
28
  Object store that stores objects in an S3 bucket.
29
29
  """
30
30
 
31
- ACCESS_KEY_ENV: ClassVar[str] = "AIQ_S3_OBJECT_STORE_ACCESS_KEY"
32
- SECRET_KEY_ENV: ClassVar[str] = "AIQ_S3_OBJECT_STORE_SECRET_KEY"
31
+ ACCESS_KEY_ENV: ClassVar[str] = "NAT_S3_OBJECT_STORE_ACCESS_KEY"
32
+ SECRET_KEY_ENV: ClassVar[str] = "NAT_S3_OBJECT_STORE_SECRET_KEY"
33
33
 
34
34
  bucket_name: str = Field(..., description="The name of the bucket to use for the object store")
35
35
  endpoint_url: str | None = Field(default=None, description="The URL of the S3 server to connect to")
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-s3
3
- Version: 1.2.0a20250813
3
+ Version: 1.2.0rc6
4
4
  Summary: Subpackage for S3-compatible integration in NeMo Agent toolkit
5
5
  Keywords: ai,agents,memory,data store
6
6
  Classifier: Programming Language :: Python
7
7
  Requires-Python: >=3.12
8
8
  Description-Content-Type: text/markdown
9
- Requires-Dist: nvidia-nat==v1.2.0a20250813
9
+ Requires-Dist: nvidia-nat==v1.2.0-rc6
10
10
  Requires-Dist: aioboto3>=11.0.0
@@ -0,0 +1,9 @@
1
+ nat/plugins/s3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ nat/plugins/s3/object_store.py,sha256=yg-YBd4DgQC7MPIznuMfCNoW8XBeb5fpSS3Aj6bKr_Q,2134
3
+ nat/plugins/s3/register.py,sha256=7gqnwyDrYttIlEaa7lo9AASYt-2GrZJE0YT2jpKjepo,845
4
+ nat/plugins/s3/s3_object_store.py,sha256=jFWFS_Ocl5Mil_WPB-zfmfi6SflyTBGvRf5ib-uU5dw,6250
5
+ nvidia_nat_s3-1.2.0rc6.dist-info/METADATA,sha256=WT6a1uPtkYlo_SHazQiTIzDGHKsec5Xko-yJZqXPAjo,347
6
+ nvidia_nat_s3-1.2.0rc6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ nvidia_nat_s3-1.2.0rc6.dist-info/entry_points.txt,sha256=HSc9lsaEu-3DyVezRMR-VZrfhWnDtA9llVaWE2CYZNw,63
8
+ nvidia_nat_s3-1.2.0rc6.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
9
+ nvidia_nat_s3-1.2.0rc6.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- nat/plugins/s3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- nat/plugins/s3/object_store.py,sha256=DImApQBJUzeP3OMqIAb5i8cchhPPhdOW6SvWDLCEE7o,2134
3
- nat/plugins/s3/register.py,sha256=7gqnwyDrYttIlEaa7lo9AASYt-2GrZJE0YT2jpKjepo,845
4
- nat/plugins/s3/s3_object_store.py,sha256=jFWFS_Ocl5Mil_WPB-zfmfi6SflyTBGvRf5ib-uU5dw,6250
5
- nvidia_nat_s3-1.2.0a20250813.dist-info/METADATA,sha256=M3yVFW98b5nwgh0dCgX7bzFI7clvU_1K0vemVnKWOHA,358
6
- nvidia_nat_s3-1.2.0a20250813.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- nvidia_nat_s3-1.2.0a20250813.dist-info/entry_points.txt,sha256=HSc9lsaEu-3DyVezRMR-VZrfhWnDtA9llVaWE2CYZNw,63
8
- nvidia_nat_s3-1.2.0a20250813.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
9
- nvidia_nat_s3-1.2.0a20250813.dist-info/RECORD,,