Skip to main content

Streaming based unix cat like functionality for file on S3. Supports gzip, bzip and xz compressed files as well

Project description

S3 Stream Cat powers you to instantly check the content of S3 file. Especially it supports streaming and printing data from compressed files.

Compression Format Supported

  • Gzip

  • XZ

  • BZIP

You might find it most useful when you don’t actually want to download the file however want to check the sample data, or to grep for few records matching certain search. Typical usage often looks like this:

s3streamcat s3://bucketname/dir/file_path
s3streamcat s3://bucketname/dir/file_path | more
s3streamcat s3://bucketname/dir/file_path | grep something

Configurations

If you have aws client installed on your system s3streamcat will work out of the box If not you will have to have file at location HOME/.aws/credentials with aws cred:

[default]
aws_access_key_id=<put your aws access key>
aws_secret_access_key=<put your aws secret key>

Dependancies

  • Its written for Python3 which is the present and future of the language

  • libssl-dev libffi-dev

  • python3-dev

Ubuntu users can install dependancy packages with:

  • sudo apt-get install -y libssl-dev libffi-dev

  • sudo apt-get install python3-dev

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

s3streamcat-0.1.4.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file s3streamcat-0.1.4.tar.gz.

File metadata

  • Download URL: s3streamcat-0.1.4.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for s3streamcat-0.1.4.tar.gz
Algorithm Hash digest
SHA256 6855aa3170168151d3f789eae49ebc98f2a6592d84e5a7321f4f6b1f970a1d24
MD5 b2be697e977baad7d95f8c10c9d81e5e
BLAKE2b-256 b6de6e443c903e0822ccd48bd575a72803f919d7169d08fd7735ba6bf0c9e9e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page