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. - You upload a file to the bucket called 'file1' - You enable versioning on the bucket - You upload a file called 'file2' - You upload a file called 'file3' - You upload another file called 'file2' Which of the following is true for 'mybucket'? Choose the correct option from the below:
A. There will be 1 version ID for file1, there will be 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'