Bird
0
0

Which of the following is the correct way to refer to an object stored in S3?

easy📝 Syntax Q3 of 15
AWS - S3 Fundamentals
Which of the following is the correct way to refer to an object stored in S3?
As3://bucket-name/object-key
Bhttp://bucket-name/object-key
Cfile://bucket-name/object-key
Dftp://bucket-name/object-key
Step-by-Step Solution
Solution:
  1. Step 1: Recall S3 URI format

    S3 objects are referenced using the s3:// protocol followed by bucket and object key.
  2. Step 2: Check other protocols

    HTTP, file, and FTP are not standard for S3 object referencing.
  3. Final Answer:

    s3://bucket-name/object-key -> Option A
  4. Quick Check:

    S3 object URI = s3://bucket/object [OK]
Quick Trick: S3 uses s3:// prefix for object paths [OK]
Common Mistakes:
MISTAKES
  • Using http:// instead of s3://
  • Confusing file protocol with S3
  • Using ftp:// mistakenly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes