You are here: Reference Manual > FME Server Web Services > Notification Service > Subscribers > Configuring the Subscriber
Configuring the Subscriber
- In the FME Server Web User Interface, select Notifications > Subscriptions, and click New.
- Subscription Name: Provide a name for the Subscription
- Protocol: Select Amazon S3.
- Topics Subscribed To: Specify the Topics you want to subscribe to using the drop-down selector. To create a topic and use it right away, click +.
- Bucket: Complete the “Bucket” field with the bucket name. The name is case sensitive.
- AWS Access Key ID and AWS Secret Access Key: Provide your security credentials. For more information, see AWS Security Credentials.
- Encryption: (Optional) Enable Amazon S3 Server-Side Encryption. When enabled, Amazon S3 encrypts your data using AES-256 as it writes to disk in its data centers.
- Permissions: The predefined set of grantees and permissions to store with each uploaded object. The default is Private. For more information about predefined grants, see Access Control List (ACL) Overview > Canned ACL, in the AWS Documentation, at: http://docs.aws.amazon.com/AmazonS3/latest/dev/ACLOverview.html#CannedACL.
- Destination Path: (Optional) Provide a location in the specified Bucket , using forward slashes (/).
- myfolders/testfolder
- /myfolders/testfolder
- //myfolders/testfolder
- myfolders/testfolder/
- /myfolders/testfolder/
- Source Path: Provide the full path to the file/folder to be uploaded. If the source file is saved to a Resources directory, click the ellipsis (...) and select the file. If the file is in a different location, enter the file path directly. File paths must use forward slashes (/) or escaped backslashes (\\). Template macros are supported for this field; for an example, see Creating an FTP Subscription.
- Enable File Versioning: (Optional) Enable/disable versioning for the specified bucket. Leave as “Default” if you do not have permission to set bucket versioning or to maintain the current behavior.
For example, any of the following is acceptable:
If left blank, objects are uploaded to the bucket’s root. If the specified folder does not exist in the bucket, it is created during the upload.