List of questions
Related questions
Question 134 - Professional Cloud Developer discussion
You are developing an application that needs to store files belonging to users in Cloud Storage. You want each user to have their own subdirectory in Cloud Storage. When a new user is created, the corresponding empty subdirectory should also be created. What should you do?
A.
Create an object with the name of the subdirectory ending with a trailing slash ('/') that is zero bytes in length.
B.
Create an object with the name of the subdirectory, and then immediately delete the object within that subdirectory.
C.
Create an object with the name of the subdirectory that is zero bytes in length and has WRITER access control list permission.
D.
Create an object with the name of the subdirectory that is zero bytes in length. Set the Content-Type metadata to CLOUDSTORAGE_FOLDER.
Your answer:
0 comments
Sorted by
Leave a comment first