-
Notifications
You must be signed in to change notification settings - Fork 110
S3 Compatibility
Maverick Lou edited this page May 6, 2015
·
3 revisions
Drake has basic S3 compatibility as of version 0.3.10.
AWS credentials should be stored in a properties file under the property names access_key
and secret_key
. The name of the file should be identified by using the --aws-credentials
command line option (or -s
for short).
Example credentials file, let's call it aws.properties
:
access_key=[YOUR_KEY]
secret_key=[YOUR_SECRET]
Example drake run:
drake --aws-credentials aws.properties --workflow my-s3-test.d
For compatibility with tools like s3cmd, file names for s3 objects need to look like s3://bucket/path/to/object