Skip to content

the-carlisle-group/AWSTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWSTools

Dyalog APL Amazon Tools

Utilities for working with AWS S3 without external environment dependencies.

EXPERIMENTAL and subject to a complete REWRITE at any time!

DO NOT STORE ANY API KEYS IN ANY GITHUB REPOSITORIES

To run tests:

  • Get AWS API keys with full S3 access. An IAM role with S3 access only is highly suggested.

  • #.AWSTools.Tests.RunTests 0

RunTests generates random buckets starting with awstools)-test-*. Successful run will delete the test bucket. Users should manually delete any buckets that were orphaned from failed tests. S3 buckets need to be unique across AWS. Stale buckets will take resources away from other users.

Loading AWSTools

Latest code must be loaded with with Dado for Dyalog APL. Packages can downloaded through the Release section of this project.