Question 11:
You decide to create a bucket on AWS S3 called `mybucket` and then perform the following actions in the order that they are listed here.
Answer options:
A.There will be 1 version ID for file1, 2 version IDs for file2, and 1 version ID for file3. B.The version ID for file1 will be null. There will be 2 version IDs for file2, and 1 version ID for file3. C.There will be 1 version ID for file1, the version ID for file2 will be null, and there will be 1 version ID for file3. D.All file version ID`s will be null because versioning must be enabled before uploading objects to `mybucket`.