EnsLib.AmazonS3.OutboundAdapter
class EnsLib.AmazonS3.OutboundAdapter extends EnsLib.CloudStorage.OutboundAdapter
EnsLib.AmazonS3.OutboundAdapter provides the capability of uploading objects to and deleting objects from Amazon S3.Property Inventory
Parameters
parameter SETTINGS = -StorageProvider,PresignedUrl:Cloud Storage;
Inherited description: List of properties can be set as settings in the configuration file
format is a comma separated list of property names
Properties
property ProviderCredentialsFile as %String (MAXLEN = 1000);
Credentials file. Place the credentials under [default] in the file.
Property methods: ProviderCredentialsFileDisplayToLogical(), ProviderCredentialsFileGet(), ProviderCredentialsFileIsValid(), ProviderCredentialsFileLogicalToDisplay(), ProviderCredentialsFileLogicalToOdbc(), ProviderCredentialsFileNormalize(), ProviderCredentialsFileSet()
property StorageRegion as %String (MAXLEN = 100);
Storage region.
us-east-1, us-east-2, us-west-1, us-west-2, etc.
For details, please refer to https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
Property methods: StorageRegionDisplayToLogical(), StorageRegionGet(), StorageRegionIsValid(), StorageRegionLogicalToDisplay(), StorageRegionLogicalToOdbc(), StorageRegionNormalize(), StorageRegionSet()
Inherited Members
Inherited Properties
- %CredentialsObj
- %WarnedLatest
- %gatewayConnection
- %gatewayExtraClasspaths
- %gatewayHost
- %gatewayName
- %gatewayPort
- %gatewayProxy
- %gatewayTimeout
- %remoteClassname
- %remoteSettings
- BusinessHost
- Credentials
- EndPoint
- KeepaliveInterval
- PresignedUrl
- RegistryID
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- AssignOneSetting()
- CheckGatewayConnection()
- CheckGatewayDisconnection()
- ClearAllAppData()
- ClearRuntimeAppData()
- ClearStaticAppData()
- Connect()
- CredentialsSet()
- DeleteBlob()
- Disconnect()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- GetCloudClientJARPaths()
- GetSettings()
- OnGetConnections()
- OnInit()
- OnKeepalive()
- OnTearDown()
- SetPropertyValues()
- UploadBlobFromFile()
- UploadBlobFromStream()
- UploadBlobFromString()
- deserialize()
- dispatchSendRequestAsync()
- dispatchSendRequestSync()
- serialize()