Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 18, 2018 14:46
Show Gist options
  • Save ryantm/012ac48ca910c0fcaa3750874681bee8 to your computer and use it in GitHub Desktop.
Save ryantm/012ac48ca910c0fcaa3750874681bee8 to your computer and use it in GitHub Desktop.
/nix/store/j0b4k3zcm3bgcapbnhycsrvjay6zk7i7-s3cmd-2.0.2
├── bin
│   └── s3cmd
├── lib
│   └── python2.7
│   └── site-packages
│   ├── S3
│   │   ├── AccessLog.py
│   │   ├── AccessLog.pyc
│   │   ├── ACL.py
│   │   ├── ACL.pyc
│   │   ├── BidirMap.py
│   │   ├── BidirMap.pyc
│   │   ├── CloudFront.py
│   │   ├── CloudFront.pyc
│   │   ├── Config.py
│   │   ├── Config.pyc
│   │   ├── ConnMan.py
│   │   ├── ConnMan.pyc
│   │   ├── Crypto.py
│   │   ├── Crypto.pyc
│   │   ├── Custom_httplib27.py
│   │   ├── Custom_httplib27.pyc
│   │   ├── Custom_httplib3x.py
│   │   ├── Custom_httplib3x.pyc
│   │   ├── Exceptions.py
│   │   ├── Exceptions.pyc
│   │   ├── ExitCodes.py
│   │   ├── ExitCodes.pyc
│   │   ├── FileDict.py
│   │   ├── FileDict.pyc
│   │   ├── FileLists.py
│   │   ├── FileLists.pyc
│   │   ├── HashCache.py
│   │   ├── HashCache.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── MultiPart.py
│   │   ├── MultiPart.pyc
│   │   ├── PkgInfo.py
│   │   ├── PkgInfo.pyc
│   │   ├── Progress.py
│   │   ├── Progress.pyc
│   │   ├── S3.py
│   │   ├── S3.pyc
│   │   ├── S3Uri.py
│   │   ├── S3Uri.pyc
│   │   ├── SortedDict.py
│   │   ├── SortedDict.pyc
│   │   ├── Utils.py
│   │   └── Utils.pyc
│   └── s3cmd-2.0.2.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── doc
│   └── packages
│   └── s3cmd
│   ├── INSTALL
│   ├── LICENSE
│   ├── NEWS
│   └── README.md
└── man
└── man1
└── s3cmd.1.gz
13 directories, 56 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment