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.

gefragt vor einem Jahr3240 Aufrufe
3 Antworten
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
beantwortet vor einem Jahr
0

So, what is the answer to the question?

beantwortet vor einem Jahr
0

Answer is [A.] from the options given.

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

Enter image description here

AWS
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen