"AmazonS3" (Data Connection)
"AmazonS3" (Data Connection)
Details
- Use DataConnectionObject to represent data located in an Amazon S3 object in Wolfram Language.
- Import can be used to retrieve data from a DataConnectionObject.
Properties
| "ConnectionName" | "AmazonS3" | |
| "Location" | path to S3 object | |
| "Redownload" | whether to redownload cache files |
| "key" | assigned name |
Account Setting & Authentication
| Automatic | attempt to use saved credentials or give a dialog | |
| "Dialog" | give authentication parameters via a dialog | |
| SystemCredential["key"] | retrieve authentication information from secure storage | |
| SystemCredentialData[…] | stored authentication data | |
| assoc | provide explicit credentials |
| "AccountKeyID" | account key ID | |
| "AccountSecret" | account secret |
Examples
Basic Examples (2)
Create a DataConnectionObject to data located on Amazon S3:
Retrieve data from Amazon S3 using Import: