Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
s3pathlib 2.3.4 documentation
Logo
s3pathlib 2.3.4 documentation
  • Pure S3 Path Manipulation
  • S3 Read API
  • S3 Write API
  • Example App - Sync Two S3 Folder
  • Example App - Reinvent Cloud Drive
Back to top
View this page

core¶

This module implements the core OOP interface S3Path.

Import:

>>> from s3pathlib.core import S3Path
# or
>>> from s3pathlib import S3Path

sub packages and modules¶

  • attribute
  • base
  • bucket
  • comparison
  • copy
  • delete
  • exists
  • filterable_property
  • is_test
  • iter_object_versions
  • iter_objects
  • joinpath
  • metadata
  • mutate
  • opener
  • relative
  • resolve_s3_client
  • rw
  • s3path
  • serde
  • sync
  • tagging
  • upload
  • uri
Copyright © 2025, Sanhe Hu
Made with Sphinx and @pradyunsg's Furo
On this page
  • core
    • sub packages and modules