Uploading a folder to S3

0

A user wants to upload a complete folder to AWS S3 using the S3 Management console. How can the user perform this activity?

A. Just drag and drop the folder using the flash tool provided by S3
B. Use the Enable Enhanced Folder option from the S3 console while uploading objects
C. The user cannot upload the whole folder in one go with the S3 management console
D. Use the Enable Enhanced Uploader option from the S3 console while uploading objects

https://aws.amazon.com/blogs/aws/new-s3-features-for-the-aws-management-console/

Drag and Drop works for me.

已提問 1 年前檢視次數 3240 次
3 個答案
0

The S3 documentation states that you can use drag and drop individual files or folders using the console.

"When you upload a folder, Amazon S3 uploads all of the files and subfolders from the specified folder to your bucket. It then assigns an object key name that is a combination of the uploaded file name and the folder name. For example, if you upload a folder named /images that contains two files, sample1.jpg and sample2.jpg, Amazon S3 uploads the files and then assigns the corresponding key names, images/sample1.jpg and images/sample2.jpg. The key names include the folder name as a prefix. The Amazon S3 console displays only the part of the key name that follows the last /. For example, within an images folder the images/sample1.jpg and images/sample2.jpg objects are displayed as sample1.jpg and a sample2.jpg."

The latest documentation is available here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html

Furthermore you can use 3rd party file browsers like Cyberduck or S3 Browser that allow multipart uploads and concurrent upload connections that will greatly speed up the upload process.

AWS
Nuno_Q
已回答 1 年前
0

So, what is the answer to the question?

已回答 1 年前
0

Answer is [A.] from the options given.

In S3 Management console clicking 'Upload' brings up the following:

Enter image description here

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南