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.

posta un anno fa3242 visualizzazioni
3 Risposte
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
con risposta un anno fa
0

So, what is the answer to the question?

con risposta un anno fa
0

Answer is [A.] from the options given.

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

Enter image description here

AWS
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande