AmazonFileSystemProvider Properties
Provides an implementation of the Amazon File System Provider.| Name | Description |
|---|---|
| AccessKeyID | Obsolete. Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic. |
| AccountName | Gets or sets a value that specifies the name of the Amazon account. |
| BucketName | Specifies a name of the bucket that contains a file system displayed in the file manager. |
| Region | Specifies a geographical region where a bucket, which contains a file system, is stored. |
| RootFolder | Returns the root folder. Inherited from FileSystemProviderBase. |
| RootFolderDisplayName | Gets the root folder’s caption. Inherited from FileSystemProviderBase. |
| SecretAccessKey | Obsolete. Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic. |
See Also