Sources with the BigML Dashboard

8.6 S3 Stores

Source files stored in Amazon Simple Storage Storage (S3) can be specified using URLs of the form shown in Figure 8.13 .

s3://bucket/path/identifier?access-key=key0&secret-key=key1
Figure 8.13 Template of an S3 Remote Source

The two keys access-key and secret-key are optional. BigML Private Deployments will use default values read from its configuration, either in the s3 section of the configuration file or as the CLI parameters –s3–access-key and –s3–secret-key. Keys present in a URL always override those defaults.