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

PutCORSConfiguration() 공개 메소드

Sets the cors configuration for a bucket.
public PutCORSConfiguration ( PutCORSConfigurationRequest request ) : PutCORSConfigurationResponse
request PutCORSConfigurationRequest Container for the necessary parameters to execute the PutCORSConfiguration service method.
리턴 PutCORSConfigurationResponse
        public PutCORSConfigurationResponse PutCORSConfiguration(PutCORSConfigurationRequest request)
        {
            var marshaller = new PutCORSConfigurationRequestMarshaller();
            var unmarshaller = PutCORSConfigurationResponseUnmarshaller.Instance;

            return Invoke<PutCORSConfigurationRequest,PutCORSConfigurationResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonS3Client::PutCORSConfiguration ( string bucketName, CORSConfiguration configuration ) : PutCORSConfigurationResponse
AmazonS3Client