Class | Description |
---|---|
BaseS3 |
The S3 Credentials works via discovering the credentials
from the system properties (passed in via -D or System wide)
If you invoke the JVM with -Dorg.deeplearning4j.aws.accessKey=YOUR_ACCESS_KEY
and -Dorg.deeplearning4j.aws.accessSecret=YOUR_SECRET_KEY
this will pick up the credentials from there, otherwise it will also attempt to look in
the system environment for the following variables:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
|