Amazon.S3.AmazonS3Client.DeleteCORSConfiguration C# (CSharp) 메소드

DeleteCORSConfiguration() 공개 메소드

Deletes the cors configuration information set for the bucket.
public DeleteCORSConfiguration ( Amazon.S3.Model.DeleteCORSConfigurationRequest request ) : DeleteCORSConfigurationResponse
request Amazon.S3.Model.DeleteCORSConfigurationRequest Container for the necessary parameters to execute the DeleteCORSConfiguration service method.
리턴 DeleteCORSConfigurationResponse
        public DeleteCORSConfigurationResponse DeleteCORSConfiguration(DeleteCORSConfigurationRequest request)
        {
            var marshaller = new DeleteCORSConfigurationRequestMarshaller();
            var unmarshaller = DeleteCORSConfigurationResponseUnmarshaller.Instance;

            return Invoke<DeleteCORSConfigurationRequest,DeleteCORSConfigurationResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonS3Client::DeleteCORSConfiguration ( string bucketName ) : DeleteCORSConfigurationResponse
AmazonS3Client