allowedMethods
The HTTP methods that are allowed when accessing the bucket from the specified origin. Each CORS rule must identify at least one origin and one method.
You can use the following HTTP methods:
GET- Retrieves data from the server, such as downloading files or viewing content.PUT- Uploads or replaces data on the server, such as uploading new files.POST- Sends data to the server for processing, such as submitting forms or creating new resources.DELETE- Removes data from the server, such as deleting files or resources.HEAD- Retrieves only the headers from the server without the actual content, useful for checking if a resource exists.