Skip to content

A small script to easily add a service definition file into a botocore/boto3 path to support additional Ceph functionality

License

Notifications You must be signed in to change notification settings

jrosgood/botocore-ceph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ceph Extension to Boto3

The intent of this entirely over-engineered script is to make the process of adding Ceph extensions to boto3 very simple.

To use this script, simply execute it as-is, or use the -o option if you want to overwrite any existing 'extras' definition that's already in the path.

Ok, but what does it do?

It creates the ~/.aws/models/s3/2006-03-01/ directory if it doesn't already exist, moves to that directory, and uses cURL to download the extensions file from https://raw.githubusercontent.com/ceph/ceph/master/examples/boto3/. Simple, for sure, but it beats typing all that out a bunch of times if you're adding this functionality in multiple places.

About

A small script to easily add a service definition file into a botocore/boto3 path to support additional Ceph functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages