Differences
This shows you the differences between the selected revisions of the page.
2018-02-01 | 2018-02-01 | ||
shared buckets (martin) | reduce acronym recognition (martin) | ||
Line 6: | Line 6: | ||
===== [[connecting]] Connecting ===== | ===== [[connecting]] Connecting ===== | ||
- | First, make sure your AWS user with S3 access permissions has an "Access key ID" created. You also have to know the "Secret access key". Access keys are created and managed on [[https://console.aws.amazon.com/iam/home#/users|Users page of IAM Management Console]]. | + | First, make sure your AWS user with %%S3%% access permissions has an "Access key ID" created. You also have to know the "Secret access key". Access keys are created and managed on [[https://console.aws.amazon.com/iam/home#/users|Users page of IAM Management Console]]. |
Start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | Start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | ||
* Make sure //New site// node is selected. | * Make sure //New site// node is selected. | ||
- | * On the //New site node//, select //Amazon S3// protocol. | + | * On the //New site node//, select //Amazon %%S3%%// protocol. |
* Enter your AWS user //Access key ID// and //Secret access key// | * Enter your AWS user //Access key ID// and //Secret access key// | ||
* Save your site settings using the //Save// button. | * Save your site settings using the //Save// button. | ||
Line 17: | Line 17: | ||
===== Working with Buckets===== | ===== Working with Buckets===== | ||
- | Once you are connected, you will see a list of your S3 buckets as "folders" in the root folder. | + | Once you are connected, you will see a list of your %%S3%% buckets as "folders" in the root folder. |
The //[[task_create_directory|Create directory]]// command in the root folder in fact creates a new bucket. | The //[[task_create_directory|Create directory]]// command in the root folder in fact creates a new bucket. | ||
- | You will not see buckets that were shared with you by another AWS user, in the root listing. To access such buckets, you have to specify ''/bucketname'' as an initial //[[ui_login_directories|Remote directory]]//, when setting up your S3 session. | + | You will not see buckets that were shared with you by another AWS user, in the root listing. To access such buckets, you have to specify ''/bucketname'' as an initial //[[ui_login_directories|Remote directory]]//, when setting up your %%S3%% session. |
===== Further reading ===== | ===== Further reading ===== | ||
* Guide to [[guide_upload|uploading files to server]]; | * Guide to [[guide_upload|uploading files to server]]; | ||
* Guide to [[guide_automation|automating operations]] (including upload). | * Guide to [[guide_automation|automating operations]] (including upload). |