⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Some random tools and stuff, mostly for work but also not always.

License

Notifications You must be signed in to change notification settings

caggles/random-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-tools

Some random tools and stuff, mostly for work but also not always.

s3curl

ECS version.

Set up your .s3curl file in the home directory like this:

%awsSecretAccessKeys = (
    profile1 => {
        id => 'ID1GOESHERE',
        key => 'KEY1GOESHERE',
    },
   profile2 => {
        id => 'ID2GOESHERE',
        key => 'KEY2GOESHERE',
    },
);
push @endpoints , (
    'endpoint.aws.com',
);

List the accessible buckets like:

./s3curl.pl --id=profile1 --debug https://citz-dev-exchange.objectstore.gov.bc.ca

Then call the bucket like:

./s3curl.pl --id=profile1 https://citz-dev-exchange.objectstore.gov.bc.ca/bucketname/

About

Some random tools and stuff, mostly for work but also not always.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published