Class AmazonTypes.S3Location
A storage location in an Amazon S3 bucket.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class AmazonTypes.S3Location : IValidity
Properties
| Edit this page View SourceBucketOwner
Optional. If the bucket belongs to another AWS account, specify that account's ID.
Declaration
[JsonProperty("bucketOwner")]
public string BucketOwner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
Required. An object URI starting with s3://.
Declaration
[JsonProperty("uri")]
public string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceIsValid()
Returns true if the object's parameters are valid.
Declaration
public bool IsValid()
Returns
| Type | Description |
|---|---|
| bool | True if valid, otherwise false. |
IsValidUrl(string)
Declaration
public static bool IsValidUrl(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url |
Returns
| Type | Description |
|---|---|
| bool |