ObsClientSetBucketPolicy Method |
Set a bucket policy. If the bucket already has a policy, the policy will be overwritten by the one specified in this request.
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic SetBucketPolicyResponse SetBucketPolicy(
SetBucketPolicyRequest request
)
Parameters
- request
- Type: OBS.ModelSetBucketPolicyRequest
Parameters in a request for setting bucket policies
Return Value
Type:
SetBucketPolicyResponseResponse to a request for setting bucket policies
See Also