Amazon S3
To connect to an Amazon S3 server, you need to specify the S3 Region to use AWS Access Key ID and AWS Secret Key. For temporary credentials you will also need to specify AWS Security Token. You also need to specify the S3 Bucket Name to upload file to.
You need to specify the following parameters for Amazon S3 connection:
- Access Key ID — first part of your Amazon Web Services access key.
- Secret Key — second part of your Amazon Web Services access key. Read more about AWS access keys…
- Security Token — session token used with temporary security credentials. Read more about temporary credentials…
- Region — AWS region, where your S3 storage is hosted.
- Bucket Name — the name of your S3 bucket to load CSV files from or to.
In the Advanced Settings you can also specify Working Directory - a path in the Amazon S3 bucket to use as a root folder in Skyvia. You may use this parameter, for example, if you only have access to a specific folder in the Amazon S3 bucket, and cannot access bucket root. Note that you should not add bucket name to this setting.
For example, if you have access to bucket/folder/subfolder where bucket is the bucket name, you should set Working Directory to folder/subfolder, and set Bucket Name to bucket.