Table of Contents

Class ObjectOwnership

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

Specifies who is assigned ownership of objects uploaded to a bucket

public sealed class ObjectOwnership : ConstantClass
Inheritance
ObjectOwnership

Fields

BucketOwnerPreferred

Objects uploaded to the bucket change ownership to the bucket owner if the objects are uploaded with the bucket-owner-full-control canned ACL

public static readonly ObjectOwnership BucketOwnerPreferred

Field Value

ObjectOwnership

ObjectWriter

The uploading account will own the object if the object is uploaded with the bucket-owner-full-control canned ACL

public static readonly ObjectOwnership ObjectWriter

Field Value

ObjectOwnership

Methods

FindValue(string)

Finds the ObjectOwnership instance for the string value

public static ObjectOwnership FindValue(string value)

Parameters

value string

Returns

ObjectOwnership

Operators

implicit operator ObjectOwnership(string)

Converts the string to ObjectOwnership instance

public static implicit operator ObjectOwnership(string value)

Parameters

value string

Returns

ObjectOwnership