/s3simply

Easy S3 client for basic operations

Primary LanguagePython

s3simply

Easy S3 client for basic operations

Pure Python; no external dependencies

Supported operations:

  • GET
  • PUT
  • DELETE

Usage:

from s3simply import Client

client = Client('access_key_id', 'secret_access_key')

Coming soon:

  • bucket API
  • bucket methods